Documentation for this section has not yet been entered.
Use the Panel.GroupingText property to display a frame and caption for the group of controls that is contained in the System.Web.UI.WebControls.Panel control.
The Panel.GroupingText value of a System.Web.UI.WebControls.Panel control is rendered using the FIELDSET and LEGEND elements, which were introduced in the HTML 4.0 specification. If the client browser uses HTML 3.2, the Panel.GroupingText value is not rendered. Refer to your client browser documentation for details on how the FIELDSET and LEGEND elements are displayed.
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.