FormView The FormView control is used to display a single record from a data source. It is similar to the DetailsView control, except it displays user-defined templates instead of row fields. Creating your own templates gives you greater flexibility in controlling how the data is displayed. The FormView control supports the following features: · Binding to data source controls, such as SqlDataSource and ObjectDataSource. · Built-in inserting, updating and deleting capabilities. · Built-in paging capabilities. · Programmatic access to the FormView object model to dynamically set properties, handle events, and so on. · Customizable appearance through user-defined templates, themes, and styles. Templates For the FormView control to display content, you need to create templates for the different parts of the control. Most templates are optional; however, you must create a template for the mode in which the control is configur
Comments
Post a Comment