| | |
Label click event
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
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
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 activexcontrol ajax alltypeofvideos anathor appliances application asp asp.net bc30451 beginner box browser button c# cac checkbox commonfunctions complex dataaccesslayer database datagridview datagridviewcheckbox datalist development dgv dialog dropdownlist dynamically edit editing expose feedback fileuploader fill flash form formatdecimal formview google gridview gudi iis image javascript list listbox login microsoft migration mouse mssql news numerical opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail response.redirect richtextbox rows save schoolproject search security select session sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers





