Hi,
if the problem is with full postback, you should add
linkButton.ID = "Q";
before adding link button to the panel.
-yuriy
If this is during a normal postback, there should be no problem creating an UpdatePanel dynamically.
If it's during an async postback, then the new UpdatePanel will have to go inside an existing UpdatePanel on the page.
Where are you doing this? in a asp.net page or in a server control ?
ok, it looks like a form, it is possible to create update panels dynamically i am sure, but you need to say whether, as obvious as it may seem, what else you are doing?
meaning , are you dynamically adding the scriptmanager too, or is that on the page or in a master page etc. Give us a bigger picture please.
No comments:
Post a Comment