Author: Senthil Kumar | Posted on: 1/27/2009 7:54:00 PM | Views : 811

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 ...