From http://www.w3schools.com (Copyright Refsnes Data)
Complete Panel Control Reference
The GroupingText property is used to set or return caption text for the group of controls in the Panel Control.
This property is used to display a frame and caption for the Panel control.
|
<asp:Panel GroupingText="string" runat="server"> Some Content </asp:Panel> |
| Attribute | Description |
|---|---|
| string | The string to display as caption text for the Panel |
ExampleThe following example sets the GroupingText for a Panel control:
Show example » |
Complete Panel Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)