Hi,
I have a child GridView which is displayed when a user selects a row in a the parent GridView. What the user can do is select items in the Gridview, which then go off to a results page. However, what I have is a button on the page which when clicked shows the user what they have selected. The problem is that when the button is pressed the child gridview is hidden, how do I (if it has been selected/displayed) keep it open/displayed?
Do I have to set up a variable which will hold whether the child gridview has been displayed, can I put it in the pages viewstate (I don't know anything about this as all this .net stuff is new to me)?
Thanks R.