Can we Create a link button by code behind .. means i have to create a multiple link button on a web page i want create this button dynamically from code behind
please tell me can we do this?
Create a new LinkButton Instance on your code-behind.
Assign required properties of Link Button and then add it to some kind of container viz. Panel...
Comment