Controls You Can Use on Web Forms ASP.NET Data Controls DetailsView Control
The DetailsView 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 DetailsView control as a whole
- styles that apply to each row type
- styles that apply to each field type
Changing the row and field style settings override the settings made for the entire control.
Style properties can also be set programmatically. For more information, see DetailsView in the class library.
Adding DetailsView Controls to a Web Forms Page Specifying Paging Behavior in a DetailsView Control
|