System.Web.UI.WebControls Namespace DetailsView Class
.NET Framework version 2.0
Sets or retrieves the text displayed in the footer row of a DetailsView control.
Inline |
<asp:detailsview footertext = strText ... > |
Script |
DetailsView.FooterText = strText |
strText |
String specifying the text displayed in the footer row of a DetailsView control. |
The property is read/write with no default value.
Use the FooterText property to specify or determine the text displayed in the footer row of a DetailsView control. The footer row is displayed at the bottom of the DetailsView control when either the FooterText or FooterTemplate property is set.
To control the style of the footer row, use the FooterStyle
property.
Alternatively, you can define your own custom user interface ( UI ) for the footer row by setting the FooterTemplate property instead of this property.
NOTE: If both the FooterText and FooterTemplate properties are set, the FooterTemplate property takes precedence.
DetailsView Members EmptyDataText HeaderText FooterTemplate