Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Add Controls at runtime to ASPX page. This code will allow you to add a control to your ASPX page at runtime. The key is to place a PlaceHolder control(s) on the form where you want to place the new c
August 26, 2003
Add Controls at runtime to ASPX page. This code will allow you to add a control to your ASPX page at runtime. The key is to place a PlaceHolder control(s) on the form where you want to place the new controls. We called the placeholder PH1 for this example.
You May Also Like