asp.net.ph

DetailsView.FooterText Property

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.

Syntax


Inline <asp:detailsview footertext = strText ... >
Script DetailsView.FooterText = strText

Property Value


strText String specifying the text displayed in the footer row of a DetailsView control.

The property is read/write with no default value.

Remarks

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.

See Also

DetailsView Members   EmptyDataText   HeaderText   FooterTemplate Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph