C
Chris
In ASP.NET 2.0 I declared
Dim dst_subscr As New Data.DataSet
and in page_load I filled the databaset with data from 3 tables.
When I tried to use the database from another procedure (button_click
of same form) my dataset was empty, no tables inside. Why ? Shouldn't
keep the 3 tables since it's a form variable ?
Thanks in advance.
Dim dst_subscr As New Data.DataSet
and in page_load I filled the databaset with data from 3 tables.
When I tried to use the database from another procedure (button_click
of same form) my dataset was empty, no tables inside. Why ? Shouldn't
keep the 3 tables since it's a form variable ?
Thanks in advance.