a. Select the aspx design view. b. Drag and drop an ObjectDataSource onto a web form. Select "Configure Data Source." c. Select the CustomerOrders TableAdapter and select "Next".
Note, the DAL must be in the App_Code folder or it will not appear. d. On "Define Data Methods", select GetCustOrdersByCountrySort. e. Select "none" on the Update, Insert, and Delete tabs. f. Select "Next"