Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Set focus on text box control


Message #1 by "charles baldo" <charlesbaldo@h...> on Mon, 16 Jul 2001 02:08:44
Here is an oldie but goodie question.



Does anyone know how to set focus on a <asp:textbox/> control?



I have asked this question many times. If anyone knows if it is not possible 

I would also appreciate that. What about the possibility of a custom 

control?



Chuck Baldo

www.globalwindows.com

www.globalwindows.net







Message #2 by "Julian Roberts" <jules@c...> on Mon, 16 Jul 2001 10:45:20 +0100
You can set the focus as you would on any other type of page:



<body onLoad="document.forms[0].controlid.focus()">



Julian Roberts

http://charon.co.uk

+44 (0)1743 885122





----- Original Message ----- 

From: "charles baldo" <charlesbaldo@h...>

To: "ASP+" <aspx@p...>

Sent: Monday, July 16, 2001 2:08 AM

Subject: [aspx] Set focus on text box control





> Here is an oldie but goodie question.






  Return to Index