C
Charles A. Lackman
Hello,
Is there a way to make a dataset global to all my aspx 2.0 web forms?
Thanks,
Chuck
Is there a way to make a dataset global to all my aspx 2.0 web forms?
Thanks,
Chuck
Datagrid1.DataSource = (DataSet)Application("MyDataset")Datagrid1.DataSource = Application("MyDataset")
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.