J
Jill Graham
In the page_onInit sub of my page, I'm adding user controls dynamically
using following code :
newControl = page.LoadControl("~/modules/footer.ascx")
page.controls.add(newControl)
In what state is the control I added ? The control has been initialized,
loaded, rendered ?
Jill
using following code :
newControl = page.LoadControl("~/modules/footer.ascx")
page.controls.add(newControl)
In what state is the control I added ? The control has been initialized,
loaded, rendered ?
Jill