Controls You Can Use on Web Forms ASP.NET Data Controls FormView Control
The FormView Web server control includes properties for customizing the format of items in the control. Formatting is applied in the order listed below:
- styles that apply to the FormView control as a whole
- styles that apply to each row or template type
- styles that apply to elements within templates
Changing the style settings for individual elements override the settings made for the row types and for the entire control.
Style properties can also be set programmatically. For more information, see FormView in the class library.
Adding FormView Controls to a Web Forms Page Specifying Paging Behavior in a FormView Control
|