Cant hook datagrid up to xsd dataset
Posted: 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.