Hi, I Want Link Button Property that When i click the Link Button,Label Content is Shown then after reading the content i click the same link button that time the Label content is Disable Tell Me the Answer
A:
Label Content = text
In the function associated with OnClientClick
Set the text property to "Disable"
Next To disable the LinkButton control set its IsEnabled=False
Please note, Hiding might not a good option as it doesn't suggest it to the user that the control is disabled; rather it confuses him and appears like a bug.
GoodLUCK!!
- CVS
PS: Being polite works (Atleast 99.99999% of the time)
CVS-2600Hertz
2010-06-11 11:58:59