asp.net.ph

DataControlField.FooterText Property

System.Web.UI.WebControls Namespace   DataControlField Class


.NET Framework version 2.0

Sets or retrieves the text displayed in the footer section of a DataControlField.

Syntax


Inline <asp:datacontrolfield footertext = strText ... >
Script DataControlField.FooterText = strText

Property Value


strText String specifying the text displayed in the footer section of a DataControlField

The property is read/write with no default value.

Remarks

Use the FooterText property to specify or determine the text displayed in the footer section of a DataControlField.

NOTE: Some data-bound controls do not render a footer item for a data control field. For example, the DetailsView control displays its data control fields as rows, thus a footer item is not rendered for these data control fields. The FooterText property is ignored in these controls.

See Also

DataControlField Members   FooterStyle   HeaderText 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