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?
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?