Data Bound Controls in ASP.Net - Part 4 (FormView and DetailsView controls)
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 ...
Thanks Belen.
ReplyDelete