| RadGrid version |
4.x+ or Telerik.Web.UI 2007_3_1314+
|
| .NET version |
2.x
|
| Visual Studio version |
2005
|
| programming language |
Codeless declarative binding
|
| browser support |
all browsers supported by RadGrid
|
PROJECT DESCRIPTION
This demo represents how to perform automatic operations (update/insert/delete) with SqlDataSource control (part of ASP.NET 2.0). The main points are:
- enable the automatic operations for the control
- configure from design-time the update/insert/delete parameters of the SqlDataSource control.
Note that you may need to modify the connection string (NorthwindConnectionString) in the web.config file of the web site to point to the Northwind SQL database. The database is present under the App_Data subfolder.