Sunday, March 11, 2012

UpdatePanel and WebUserControl

try reading this post

http://forums.asp.net/p/1169499/1957845.aspx

Hope this helps


In the Page_Load event, just use:

MyUpdatePanelName.ContentTemplateContainer.Controls.Add(MyUserControlName)


http://geekswithblogs.net/rashid/archive/2007/08/11/Loading-UserControl-Dynamically-in-UpdatePanel.aspx

No comments:

Post a Comment