Cant hook datagrid up to xsd dataset

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
robertnzana
Posts: 23
Joined: Fri 12 Sep 2008 05:07

Cant hook datagrid up to xsd dataset

Post by robertnzana » Mon 15 Sep 2008 14:53

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.

robertnzana
Posts: 23
Joined: Fri 12 Sep 2008 05:07

Re: Cant hook datagrid up to xsd dataset

Post by robertnzana » Mon 15 Sep 2008 15:04

I had to add in all the corelab dll references then it seems to work. Thanks.

Post Reply