Gets or sets the user-defined content for the footer row in a System.Web.UI.WebControls.FormView control.
Documentation for this section has not yet been entered.
The footer row is displayed at the bottom of the System.Web.UI.WebControls.FormView control when the FormView.FooterText or FormView.FooterTemplate property is set. You can define your own custom user interface (UI) for the footer row by using the FormView.FooterTemplate property. To specify a custom template for the footer row, first place <FooterTemplate> tags between the opening and closing tags of the System.Web.UI.WebControls.FormView control. You can then list the contents of the template between the opening and closing <FooterTemplate> tags. To control the style of the footer row, use the FormView.FooterStyle property. Alternatively, you can simply display text in the footer row by setting the FormView.FooterText property instead of this property.
If both the FormView.FooterText and FormView.FooterTemplate properties are set, the FormView.FooterTemplate property takes precedence.