How i can add control at run time and modify their properties ?
Printable View
How i can add control at run time and modify their properties ?
Create the control like you do any other object and add it to the controls collection (I like to use placeholders).
Following are some links for the tutorials of adding controls dynamically ....
http://aspnet.4guysfromrolla.com/articles/081402-1.aspx
http://aspnet.4guysfromrolla.com/articles/082102-1.aspx
Regards,
Harris Moin