G
Guest
Hi,
Normally you just access ViewState with: ViewState["key"] = object;
I am writing a grid utility class which provides generic event handlers to do paging/sorting etc. I want to be able to access the ViewState for the control from these classes. How do I do that?
e.g. myGrid.Page.Request/Response/Session etc, I can't find a ViewState equivalent.
Your help is appreciated
Thanks
Dan.
Normally you just access ViewState with: ViewState["key"] = object;
I am writing a grid utility class which provides generic event handlers to do paging/sorting etc. I want to be able to access the ViewState for the control from these classes. How do I do that?
e.g. myGrid.Page.Request/Response/Session etc, I can't find a ViewState equivalent.
Your help is appreciated
Thanks
Dan.