viewstate

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

in my asp page i have created class inheriting DataTable class.

i have created three columns in that table.

while storing this class object to ViewState through an exception.

is there anything i am missing ?

bharat
 
DO you mean an exception retrieving back from ViewState? If so, it is because
you are not casting the object back to a specific type.

If not, post more details and, preferably, some code.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top