asp.net.ph

DataControlField.ShowHeader Property

System.Web.UI.WebControls Namespace   DataControlField Class


.NET Framework version 2.0

Sets or retrieves a value specifying whether the header of a DataControlField is rendered.

Syntax


Inline <asp:datacontrolfield showheader = true | false ... >
Script DataControlField.ShowHeader [ = true | false ]

Property Value

This property accepts or returns only a boolean value: true to display the header; otherwise, false. Default value is true.

Remarks

Use the ShowHeader property to specify whether the header is displayed in a DataControlField.

To control the style of the header row, use the HeaderStyle property.

See Also

DataControlField Members   HeaderStyle 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