If memory serves me, you can do something like:
<asp:TextBox ID="textbox1" runat="server" onFocus="this.Select();" />
I have not tested this but it, at the very least, should put you on the right path.
hth.
-Doug
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click  on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================
|