How do you set focus to a particular TextBox in ASP.NET?
Thank you in advance.In 2.0 this is built in via the SetFocus() API. In 1.1 you'll have to build
your own client javascript that does this. It's fairly easy with Page.Regist
erStartupScript().
-Brock
DevelopMentor
http://staff.develop.com/ballen
> How do you set focus to a particular TextBox in ASP.NET?
> Thank you in advance.
>
"Brock Allen" <ballen@.NOSPAMdevelop.com> wrote in message
> In 2.0 this is built in via the SetFocus() API. In 1.1 you'll have to
> build your own client javascript that does this. It's fairly easy with
> Page.RegisterStartupScript().
Thanks, that works.
Showing posts with label netthank. Show all posts
Showing posts with label netthank. Show all posts
Saturday, March 24, 2012
Set Focus to a TextBox
How do you set focus to a particular TextBox in ASP.NET?
Thank you in advance.In 2.0 this is built in via the SetFocus() API. In 1.1 you'll have to build
your own client javascript that does this. It's fairly easy with Page.RegisterStartupScript().
-Brock
DevelopMentor
http://staff.develop.com/ballen
> How do you set focus to a particular TextBox in ASP.NET?
> Thank you in advance.
"Brock Allen" <ballen@.NOSPAMdevelop.com> wrote in message
> In 2.0 this is built in via the SetFocus() API. In 1.1 you'll have to
> build your own client javascript that does this. It's fairly easy with
> Page.RegisterStartupScript().
Thanks, that works.
Subscribe to:
Posts (Atom)