OnFocus Of Textbox
-
hai all, i have develop web application using c# with asp.net.... i need the solution for "when the pageload the cursor pointout automatically particular textbox ".... if anybody know ...pls reply me with source code.... Thanks And Regards, vidyasankar
More pain gives More gain
-
hai all, i have develop web application using c# with asp.net.... i need the solution for "when the pageload the cursor pointout automatically particular textbox ".... if anybody know ...pls reply me with source code.... Thanks And Regards, vidyasankar
More pain gives More gain
TextBox1(ID).Focus(); Just call it like this on the page load.
SSK.
-
TextBox1(ID).Focus(); Just call it like this on the page load.
SSK.
Thanks for your response... i do that but its not working good... and i got another solution... (i.e) Page.RegisterStartupScript("setfocus", " document.forms[0]." + TextBox1.ClientID + ".focus(); "); its working good... regards, vidyasankar
pain gives gain