FastASP - ASP.NET Hosting

Details View Control in ASP.NET 2.0

The Details View control is a new data bound control that is available with asp.net 2.0. It renders a single record at a time with the navigation buttons that enable you to move between records in the database in on your SQL server and carry out the standard database actions of adding updating and deleting records. This is all available in asp.net 2.0 without writing any code. The Details View controls can be used with the asp.net 2.0 Grid View control to implement the master-details pattern where the Grid View control used to select which record the Details View control displays. The asp.net 2.0 Details view controls is similar in concept to the classic Access database details form control. But again all this is available with out the requirement to write very much code. Using asp.net 2.0 and Microsoft SQL server 2005 you can now build your web site in double quick time with out having to write very much code, and hence having less of a maintenance overhead once you web site has been designed and deployed in to its asp.net hosting environment.

Data Controls with ASP.NET 2.0 Hosting Solutions