S
supvine
Hello,
I am developing a webpage (in .net 2003) that requires several
complicated user webcontrols to load different modules within the page.
Most of these webcontrols are loaded are runtime. Based on some action
(button-click) on these additional custom controls may be added or
removed from the page. The issue I am facing is that I am having to
load these dynamic controls everytime in Page_Load and as a result the
state of the control gets lost. Also, since Page_Load happens before
Button_Click event I am having to do Server.Transfer to reload some of
the data in the page.
Is there any better way to execute this in ASP.Net 1.1?
Thanks.
I am developing a webpage (in .net 2003) that requires several
complicated user webcontrols to load different modules within the page.
Most of these webcontrols are loaded are runtime. Based on some action
(button-click) on these additional custom controls may be added or
removed from the page. The issue I am facing is that I am having to
load these dynamic controls everytime in Page_Load and as a result the
state of the control gets lost. Also, since Page_Load happens before
Button_Click event I am having to do Server.Transfer to reload some of
the data in the page.
Is there any better way to execute this in ASP.Net 1.1?
Thanks.