Saturday, June 26, 2004

(.NET - ASP.NET) Dynamically Adding Controls to a Windows Form

Another important issue in ASP.NET programming is to add controls dynamically. This feature provides gereater flexibility in reusing the same page for different purposes and present the same in different ways. It also Helps in hiding the code involved.

This article from ASPfree.com explains the same in detail with example.

Excerpt from the article:
For a simple and effective solution to writing an application that can be used by several different clients, look into Skousen's article here on defining attributes needed to create a form dynamically. He reduces the need to compile and to take extra Tylenol.

No comments: