when loading user controls dynamically, problem on postback

S

sonic_soul

basically im using a usercontrol to load other user controls, but
cannot read their user input on postback.

im using this LoadControls user control in order to load 4
different controls onto my page into panels.

<my:control>
<asp:panel id="ECertificatePanel" runat="server" />
<asp:panel id="BillingAddressPanel" runat="server" />
...

my problem is this:

in my LoadControl OnLoad, i only load theese controls if !IsPostback

however, when the page is being posted, the controls OnLoad events are
not being hit.

if i remove the !IsPostback constrain, and load those controls every
time.
I am guessing postback loads a fresh copy of the control and user
input is lost.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top