problem with dynamically loaded user controls on page PostBack

S

sonic_soul

so 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

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top