When I write a program, I went to the following code:
DIM
NewDataTable
AS
DataTable newDataable
=
Ctype
(ViewState
"
INSERTTABLE
"
), DataTable ........... ViewState
"
INSERTTABLE
"
)
=
NewDataTable newDataTable.clear () After the value of the DataTable, ViewState (
"
INSERTTABLE
"
The value saved in it is not. So I suspect that only a pointer to the DataTable in viewstate, and the value in ViewState is associated with DataTable when accessing DataTable.