We're writing an app where we need to create a number of tables at runtime which need to be in updatepanels. Being an Ajax newbie I tried having a function in a codebehind generate some HTML/ASP that had the updatepanels in it, but obviously this didn't work.
Unfortunately I can't put all the tables in one big updatepanel as part of each is a video window that I don't want to restart whenever the timer for the panel triggers.
Just in case this wasn't clear, what I'm trying to do is create a variable number of update panels at runtime. Any ideas how to go about doing this? I'm sure there's a really simple solution but I haven't been able to figure it out.
Thanks - James