J
Jim Heavey
The documentation states that the viewstate is an
appropriate object to use if the amount of data is small
and it is user "specific" data because the data is sent
back and forth on each round trip.
My question is if I store a reference to a DataTable into
a Viewstate Variable, is it the reference to this table
that is being sent back and forth or is it the entire
table that it references?
Thanks in advance for your assistance!!!
appropriate object to use if the amount of data is small
and it is user "specific" data because the data is sent
back and forth on each round trip.
My question is if I store a reference to a DataTable into
a Viewstate Variable, is it the reference to this table
that is being sent back and forth or is it the entire
table that it references?
Thanks in advance for your assistance!!!