G
GaryDean
I want to start out my question on a new thread.....
Create a new web app in vs 2005.
Add a dataset that has a 'Select Lastname from Employees' on the northwind
database to the App_Code folder
This generates a dataset1.xsd and a dataset1.xss file
Now, I want to connect that dataset to an ObjectDataSource that I dropped on
the Default.aspx page.
I am supposed to put the Class name of the dataset in the Typename property
of the ObjectDataSource.
What is the Class name? How can I find it?
Create a new web app in vs 2005.
Add a dataset that has a 'Select Lastname from Employees' on the northwind
database to the App_Code folder
This generates a dataset1.xsd and a dataset1.xss file
Now, I want to connect that dataset to an ObjectDataSource that I dropped on
the Default.aspx page.
I am supposed to put the Class name of the dataset in the Typename property
of the ObjectDataSource.
What is the Class name? How can I find it?