G
Guest
Hi,
I am trying to store a NameValue collection within a ViewState like this:
StoreFilterSelection = ViewState["StoreFilterSelection"];
YEt I recieve an error "Cannot implicityly convert type 'system.type' to
'system.collections.specialized.nameValueCollection".
Can I store a NameValuecollection in a viewstate and how can I read what is
save in this collection so I can update it from page to page.
I am trying to store a NameValue collection within a ViewState like this:
StoreFilterSelection = ViewState["StoreFilterSelection"];
YEt I recieve an error "Cannot implicityly convert type 'system.type' to
'system.collections.specialized.nameValueCollection".
Can I store a NameValuecollection in a viewstate and how can I read what is
save in this collection so I can update it from page to page.