Saturday, March 24, 2012
Set Focus to a TextBox
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.
Set Focus to a TextBox
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.
Thursday, March 22, 2012
Set focus to textbox in gridview
It's a template field. I think I have most of the code figured out (I'll post it when I'm back at my desk), but can't get it to fire the first time a user clicks 'Edit' (but it does fire every time after). Also, how do you set it so the entire value in the field is selected ? Thanks.
Tuesday, March 13, 2012
Set particular web page as startup page
the program starts I want to have a particular web page loaded instead of th
e
default page. How do I specify this? Thanks.
SpencerIf the program you are talking about is VS.NET 2002 or 2003 just right
click on the page and click "set as startup page".
If it is not please clarify your situation so people can help
"Spencer H. Prue" <SpencerHPrue@.discussions.microsoft.com> wrote in message
news:FBA8B009-1E13-492F-8CB8-54750EEBD75A@.microsoft.com...
>I am looking to set a particular web page as my startup page. That Is when
> the program starts I want to have a particular web page loaded instead of
> the
> default page. How do I specify this? Thanks.
>
> --
> Spencer
Set particular web page as startup page
the program starts I want to have a particular web page loaded instead of the
default page. How do I specify this? Thanks.
--
SpencerIf the program you are talking about is VS.NET 2002 or 2003 just right
click on the page and click "set as startup page".
If it is not please clarify your situation so people can help
"Spencer H. Prue" <SpencerHPrue@.discussions.microsoft.com> wrote in message
news:FBA8B009-1E13-492F-8CB8-54750EEBD75A@.microsoft.com...
>I am looking to set a particular web page as my startup page. That Is when
> the program starts I want to have a particular web page loaded instead of
> the
> default page. How do I specify this? Thanks.
>
> --
> Spencer