| | |
Label click event
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
0
#2 Oct 18th, 2009
You can add a java script event handler for onclick like:
and write javascript like
I dont know wether there is a way to add a conventional event handler
for OnClick for Label.We shall wait for a better solution.
ASP.NET Syntax (Toggle Plain Text)
Label1.Attributes.Add("onclick", "Label1_Click()");/*on pageload,code behind*/
and write javascript like
ASP.NET Syntax (Toggle Plain Text)
<script type="text/javascript"> function Label1_Click() { alert("clicked"); } </script>
I dont know wether there is a way to add a conventional event handler
for OnClick for Label.We shall wait for a better solution.
![]() |
Similar Threads
- Help adding click event to dynamic buttons (ASP.NET)
- Label Click event doesn't not work properly (MS Access and FileMaker Pro)
- Sending an AddNewItem click event (VB.NET)
- Dispose/hide the JFrame on a click-event (Java)
- MSFlexgrid Click event (Visual Basic 4 / 5 / 6)
- Passing value of string from one button click event to another (ASP.NET)
- Help regarding cell click event in datagridview (C#)
- Click event >> window appears? (Python)
Other Threads in the ASP.NET Forum
- Previous Thread: session counter
- Next Thread: Gridview with dynamic rows(Different controls in each row) in asp.net
Views: 305 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax anathor application asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child click commonfunctions compatible confirmationcodegeneration content contenttype courier css database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdown dropdownmenu edit expose feedback flash flv form formatdecimal forms formview google grid gridview homeedition hosting identity iframe iis index javascript jquery list menu migration mono mssql multistepregistration object objects order problem ratings refer rotatepage save search security serializesmo.table session silverlight smartcard software sql sqlserver2005 suse textbox tracking typeof unauthorized update validation vb vb.net video view virtualdirectory vista visual-studio visualstudio web webarchitecture webdevelopemnt xml youareanotmemberofthedebuggerusers





