GridView not populating when switching from 1 wizard step to another

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

I have a wizard with multiple steps in it. On the first step, I have a
gridView that shows the users current input for that particular step. The
GridView is bound to an in memory object. When I press the next button to go
to the next step, and then click the link in the navbar to get back to the
first step, all of the data in the gridView is gone. How do you rebind the
gridview when doing stuff like that? And for that matter, How do I tell if
the data in Session isn't actually lost when going from step to step?
 
I have a wizard with multiple steps in it. On the first step, I have a
gridView that shows the users current input for that particular step. The
GridView is bound to an in memory object. When I press the next button to go
to the next step, and then click the link in the navbar to get back to the
first step, all of the data in the gridView is gone. How do you rebind the
gridview when doing stuff like that? And for that matter, How do I tell if
the data in Session isn't actually lost when going from step to step?

please do not use the wizard control. it is a PAIN in the butt!
use Panels instead
 
Back
Top