S
Steven Blair
Hi,
Here is my problem:
This is using Visual Studio 2005
I have a DataSet declared as a public member:
public DataSet tmp
In my Page_Load I populate the DataSet.
Anytime I try to access this DataSet outside the Page_Load, e.g
Wizard1_FinishButtonClick
The DataSet is null.
Any idea why this happens?
Regards,
Steven
Here is my problem:
This is using Visual Studio 2005
I have a DataSet declared as a public member:
public DataSet tmp
In my Page_Load I populate the DataSet.
Anytime I try to access this DataSet outside the Page_Load, e.g
Wizard1_FinishButtonClick
The DataSet is null.
Any idea why this happens?
Regards,
Steven