You can set focus to a particular control with the Javascript "focus"
method.
In ASP.NET 2.0 its even easier.
Here are all the details:
http://SteveOrr.net/faq/2in1.aspx

Signature
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
> Hi,,
>
[quoted text clipped - 5 lines]
> Thanks,
> - Simon
Simon Cheng - 27 Nov 2005 22:17 GMT
Thanks! ASP.NET 2.0's DefaultButton only supports (well) Button control. Is
there an equivalent for TextBox control?
-Simon
> You can set focus to a particular control with the Javascript "focus"
> method.
[quoted text clipped - 13 lines]
>> Thanks,
>> - Simon