FormView.FooterRow Property
.NET Framework 3.0
Gets the FormViewRow object that represents the footer row in a FormView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The footer row is displayed at the bottom of the FormView control when the FooterText or FooterTemplate property is set. Use the FooterRow property to programmatically access the FormViewRow object that represents the footer row.
Note: |
|---|
| The FooterRow property is available only after the FormView control creates the footer row in the ItemCreated event. |
This property is commonly used when you need to programmatically manipulate the footer row, for example when adding custom content. Any modification to the FooterRow property must be performed after the FormView control has been rendered; otherwise, the FormView control overwrites any changes.
To control the style of the footer row, use the FooterStyle property.
Community Additions
ADD
Show:
Note: