This is the code below in code behind file\'s Page_Load
event:
LinkButton linkButton = new LinkButton();
linkButton.ID = \"LinkButto
How to: Add Controls to an ASP.NET Web Page Programmatically
In some instances, you might want to create both static text and controls. To create static text, you can use either a Literal or a Label Web server control. You can then add these controls to the container as you would any other control. For information about view state in controls created at run time, see Dynamic Web Server Controls and View State.