How to write events to labels?
-
i want the event for Label like Button_click event. How can i make it? pl let me know. thanks in advance.
Have you looked at either the
LinkButton
orHyperLink
controls?
Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website
-
Have you looked at either the
LinkButton
orHyperLink
controls?
Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website
yeah, i have seen LinkButton & Hyperlink, they are undrelined, i want the control which is not underlined. once visit: www.microsoft.com in this,some controls r there without underline
-
i want the event for Label like Button_click event. How can i make it? pl let me know. thanks in advance.
-
yeah, i have seen LinkButton & Hyperlink, they are undrelined, i want the control which is not underlined. once visit: www.microsoft.com in this,some controls r there without underline
Have you thought about changing the style of the object so that it isn't underlined? That's how the other controls work.
Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website
-
Have you thought about changing the style of the object so that it isn't underlined? That's how the other controls work.
Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website
-
i want the event for Label like Button_click event. How can i make it? pl let me know. thanks in advance.
Create lable web control i create with lable1 in page and place Label1.Attributes.Add("onclick","javascript:alert('this is done')"); in Page_Load event -- modified at 6:48 Friday 30th March, 2007
-
i want the event for Label like Button_click event. How can i make it? pl let me know. thanks in advance.
You can write an event for Label_click by just double clicking the Label in the Visual Studio 2005 or whatever IDE you use. This creates an event handler for the specified Label click.
You don't have to be AFRAID!