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.
0 comments:
Post a Comment