FAQS
|
|
|
Introduction to Server-Side Data
|
|
Data access is the heart of any real-world application, and ASP.NET provides a rich set of controls that are well-integrated with the managed data access APIs provided in the common language runtime.
|
|
|
|
|
|
|
Updating Data in a SQL Database
|
|
Updating a database can often be tricky in Web applications. The DataGrid control provides some built-in support for this scenario that makes updates easier. To allow rows to be edited, the DataGrid s
|
|
|
|
|
|
|
Sorting Data from a SQL Database
|
|
A common requirement for any grid is the ability to sort the data it contains. While the DataGrid control doesn't explicitly sort its data for you, it does provide a way to call an event handler when
|
|
|
|
|
|
|
|
|
|
|
|
 |