Focussing Text Box Control

R

Ravikanth[MVP]

Hi

Onload event of body tag call javascript function which
will set focus to textbox.

Ravikanth[MVP]
 
V

Vidar Petursson

Hi

Give the body tag an ID and runat=server

<body ID="myBody" runat="server">

then in the code
protected System.Web.UI.HtmlControls.HtmlGenericControl myBody;

myBody.Attributes.Add("onload","document.forms[0].ELEMENTNAME.focus()");
Replace ELEMENTNAME to the element you want to focus on

--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top