Disable or Enable Link Button
Posted On Tuesday, August 14, 2012 By Techreceipe.com. Under Asp.Net, Javascript Tags: Link Button Disable/Enable, linkbutton
The below code snippet enable/disables the link button in Asp.net.
Code Walk Through
First we need to find the link button and if the user check the disable box then we shall disable the link button. For disabling the link button normal syntax is
Yes. This will disable the link button, but when ...
HyperLink vs LinkButton in Asp.Net
Posted On Wednesday, June 1, 2011 By Techreceipe.com. Under Asp.Net Tags: asp, asp.net, hyperlink, linkbutton, vs2010
In many of the forums I have seen developers asking where to use Link Button and Hyperlink.
This articles covers some of the points to taken care while choosing between these two controls.
HyperLink :
Hyperlink control create a link in your forms . when clicking that link the user will be
redirected to ...

