T
Tarun Mistry
Hi there, is there a simple way to check if something is in the viewstate
without getting null pointer errors?
I.e. obviously the "exisits" method doesnt exisit, i have just put it there
to explain my point
if(exisits(ViewState["something"] ))
{
}
All my attemps seem to cause object instance not set errors.
Thanks for any assistance.
Kind Regards
Tarun
without getting null pointer errors?
I.e. obviously the "exisits" method doesnt exisit, i have just put it there
to explain my point
if(exisits(ViewState["something"] ))
{
}
All my attemps seem to cause object instance not set errors.
Thanks for any assistance.
Kind Regards
Tarun