There are a lot of resources that explain how to use DataSource control. Please refer to the following sections.
- To learn more about DataSource concept in general, read ASP.NET Data Access Overview.
- To learn more about ObjectDataSource control, read ObjectDataSource Overview.
- To learn how to display data using ObjectDataSource control in 3-tier application, visit http://www.asp.net/data-access/tutorials/displaying-data-with-the-objectdatasource-cs
Tasks
Walkthrough: Binding WebCombo to AccessDataSource control
Walkthrough: Binding WebCombo to ObjectDataSource control
FAQ: I am not familiar with DataSource control concept and I have been pretty much familiar with DataSource object binding that you introduced in pre-2007 products. Why do you introduce this new data binding concept?
FAQ: Does WebCombo.NET version 4.0 still support older data binding mechanism (i.e. through InitializeDataSource)?
Concepts
No-codes data binding through DataSourceControl support