C
cfps.Christian
I have a web usercontrol on the form that dynamically builds itself
and then when an item has been clicked it will allow me to get the
object at the selected index. The problem I'm having is that I need
the items to persist in viewstate so I can pull them out but when a
button on the main form is clicked all the information stored in the
viewstate is lost.
I've tried session too and it won't let me do anything with it at all
(object is set to instance...)
and then when an item has been clicked it will allow me to get the
object at the selected index. The problem I'm having is that I need
the items to persist in viewstate so I can pull them out but when a
button on the main form is clicked all the information stored in the
viewstate is lost.
I've tried session too and it won't let me do anything with it at all
(object is set to instance...)