Gets or sets the text to render in an HTML caption element in the control. This property is provided to make the control more accessible to users of assistive technology devices.
Documentation for this section has not yet been entered.
Use the BaseDataList.Caption property to specify the text to render in an HTML caption element in the control. The text that you specify provides assistive technology devices with a description of the control.
To specify the alignment of the HTML caption element in the control, use the BaseDataList.CaptionAlign property.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.