In ASP.NET 2.0 the panel control has a new DefaultButton property.
Set this property to the ID of a button control and it will be the default
button when focus is in that panel.

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
> I've done this before by trapping keydown and checking for a CR, and
> then clicking a particular button based on which textbox the event
> happened. However, I was wondering if there's a simpler way to trap a
> carriage return in a textbox, and have it click a button?
HockeyFan - 28 Sep 2007 16:22 GMT
Does this mean that the default button gets clicked when a carriage
return is pressed inside a textbox?
On Sep 28, 10:09 am, "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]"
<St...@Orr.net> wrote:
> In ASP.NET 2.0 the panel control has a new DefaultButton property.
> Set this property to the ID of a button control and it will be the default
[quoted text clipped - 11 lines]
>
> - Show quoted text -
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] - 29 Sep 2007 00:09 GMT
Yes.

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
> Does this mean that the default button gets clicked when a carriage
> return is pressed inside a textbox?
[quoted text clipped - 18 lines]
>>
>> - Show quoted text -