Controls.Add() postback question...

  • Thread starter Thread starter kieron
  • Start date Start date
K

kieron

Hi,

this may seem like a simple question, but I'm fairly new to aspnet so please
bare with me...i have a single webform that dynamically changes it's
contents (in the form of usercontrols) based on a menu selection. When i
load a usercontrol into the pane (a table cell in this case) that has a
data-grid on it, clicking any of the links makes the page repost and loose
the control. What's the best way to maintain the state of the controls
collection of that table cell and ensure the usercontrol has it's updated
state displayed (be it a sort, edit etc)?

any help would be gratefully received!!

many thanks,
kieron
 

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

Back
Top