From http://www.w3schools.com (Copyright Refsnes Data)
Complete Panel Control Reference
The DefaultButton property is used to set or return the id of the default button for the Panel Control.
This property is used to specify which button gets clicked when the Panel control has focus and the "ENTER" key is pressed.
|
<asp:Panel DefaultButton="button_id" runat="server"> Some Content </asp:Panel> |
| Attribute | Description |
|---|---|
| button_id | The id of the button to use as default button |
ExampleThe following example sets the DefaultButton for a Panel control:
Show example » |
Complete Panel Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)