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
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.