Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ajax Updatepanel at Runtime - VB.Net

Status
Not open for further replies.

kidfug

Programmer
Mar 7, 2006
7
US

I'm working on a webcontrol and need to add a UpdatePanel and timer to it at runtime, I've heard it's possible but can't seem to find any information on how to do with with vb.

Anyone have a code snippet in VB that shows how to do this?

Thanks
 
Why don't you just place the update panel and add the timer at runtime?

Is the timer the only thing you are placing into that update panel?
 
I building a Webcontrol so the the UI is rendered at runtime and controls are added based on the parameters passed to the control, the update panel needs to be added at runtime since I want parts of the control to update when button, dropdowns and checkboxs are modified.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top