This article demonstrates how to dynamically create a control for an .aspx page.The sample project has the following:
1. Panel
2. TextBox , Label and Button added at Runtime to Panel.
This is achieved through the Class Controls in Visual Studio ...
Go to the complete details ...