Page 1 of 1

Cant hook datagrid up to xsd dataset

Posted: Mon 15 Sep 2008 14:53
by robertnzana
New asp.net web app. Created a new xsd/dataset - simple CustomersTable with an GetData CustomersTableAdapter. Saved it. Created a new webform and dropped a datagrid on it. Selected ObjectDataSource option but "Choose business object" doesn't pull up anything. Any idea why? The xsd/dataset is in the App_Code dir. Thanks.

Re: Cant hook datagrid up to xsd dataset

Posted: Mon 15 Sep 2008 15:04
by robertnzana
I had to add in all the corelab dll references then it seems to work. Thanks.