System.Web.UI.WebControls Namespace FormView Class
.NET Framework version 2.0
Sets or retrieves the text displayed in the footer row of a FormView control.
Inline |
<asp:formview footertext = strText ... > |
Script |
FormView.FooterText = strText |
strText |
String specifying the text displayed in the footer row of a FormView 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 FormView control. The footer row is displayed at the bottom of the FormView 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.
FormView Members EmptyDataText HeaderText FooterTemplate