Thursday, January 17, 2008

Creating Dynamic Controls using ASP.NET 2.0

In some development situations you may not know how many controls you need ahead of time. In these cases it is easier to dynamically create web controls in a container control (such as a Panel) on your form while your application is running. To do this
have a look at Creating Dynamic Controls

No comments: