FormView Web Server Control
The FormView control is used to display a single record from a data source in a table. When using the FormView control, you specify templates to display and edit bound values. The templates contain formatting, controls, and binding expressions to create the form. The FormView control is often used in combination with a GridView control for master/detail scenarios. This section contains the following topics about the FormView control.
In This Section
Related Sections
- ASP.NET Data-Bound Web Server Controls Overview
Provides information on all ASP.NET Web server controls for displaying data.
- Accessing Data with ASP.NET
Provides general information on using ASP.NET controls to work with data.
- ASP.NET Web Server Controls Overview
Provides general information on working with ASP.NET Web server controls.
- Individual ASP.NET Web Server Controls
Provides information on other Web server controls.
- Data Web Server (ASP.NET) Controls
Provides links to topics about other data controls.
- ASP.NET Web Server Controls Templates
Provides links to topics that discuss how to create templates.