How to add control/event to a 'text', just as we add hyperlink
-
I want to add an event to a text, just as we have hyperlinks, so that when the user clicks on that text, i want to perform some action in the code-behind. I want something similar to what is available here in this forum, u click the 'subject' text of this message, & you can read it ...
-
I want to add an event to a text, just as we have hyperlinks, so that when the user clicks on that text, i want to perform some action in the code-behind. I want something similar to what is available here in this forum, u click the 'subject' text of this message, & you can read it ...
-
Apurva Kaushal wrote:
Use LinkButton.
can you elaborate a bit more ... plz .... :)
-
Apurva Kaushal wrote:
Use LinkButton.
can you elaborate a bit more ... plz .... :)
-
LinkButton is control which looks like a hyperlink and works like a button control. That is why I told that it will look like hyperlink as you want and you can have a click event associated with it wher you can write the code.
Apurva Kaushal
thanx, i will look at it ...