Data Binding with Web Controls
Although the general concepts remain the same, data-binding web-based controls is a slightly different game than in the Windows forms or WPF world. The first obvious difference is that data sources for web forms are implemented by data-source controls in the System.Web.UI.WebControls namespace; there is no concept of the Data Sources window with web applications. Because of this, instead of starting with a data source, you instead need to start with a data control and then work to attach that control to a data source.
Selecting a Data Control
There are five primary controls you work with in a web application to deliver data-bound functionality:
• GridView Control—Provides a tabular presentation similar to the DataGridView ...
Get Microsoft® Visual Studio® 2010 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.