|
Requirements |
|
| RadControls version |
Q2 2009 (826) |
| .NET version |
3.5 |
| Visual Studio version |
2008 |
| programming language |
C# |
| browser support |
all browsers supported by RadControls |
PROJECT DESCRIPTION
I have created a web project which has similar functionality to the ASP.NET Dynamic Data Web Application. This project only contains:
- 1 webpage
- 1 RadGrid to show (and modify) the data from the SQL table
- 1 RadComboBox to show all LINQ to SQL tables from the Diagram
- 3 Radiobuttons to set the EditMode property of the RadGrid
- 1 Linkbutton to export the RadGrid to MS Excel - 1 LINQ to SQL diagram (which contains all tables from my AdventureWorks SQL Server database)
So this project is a lot simpler than the Dynamic Data Web Application... all thanks to Telerik ;-)
To use it within your own project, copy the webpage and LINQ to SQL diagram to your web project. Then delete all tables from the LINQ to SQL diagram and add all tables from the SQL Server database you wish to view and modify. That is all !!!
(I have removed the Telerik assembly from the attached ZIP)