Another dumb question

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Another dumb question

    I have 2 textboxes and a button on my .aspx form. When I press tab on the
    first box, it goes to the addressbar, then to the second box after another
    tab. I thought that maybe if I set the tab order this would be fixed, but
    no.

    TIA
    Tibmeister


    Tibby Guest

  2. Similar Questions and Discussions

    1. Sorry....dumb question
      I have been reading the Adobe site trying to figure out the difference between Flex and Flash...... Don't see it.....can somebody put it in simple...
    2. Another dumb SSI question.
      One of those niggling problems I face right now. Not a big deal, but you search Google a few times and get nothing but madness so you come here to...
    3. Probably a dumb question.....
      Is coldfusion a good program to use in creating an online store? If so, how? thanks Jake:music;
    4. Dumb, dumb, dumb. Macromedia really fumbled the ball here...
      An entire afternoon wasted only to discover, like several others before me apparently, no small amount of clairvoyance is required to determine the...
    5. Probably a Dumb Question...
      This is probably a dumb question, but can the new G5 Macs boot into OS 9.2? I know that "feature" was revived briefly for people who were using...
  3. #2

    Default Re: Another dumb question

    Hi Tibby,

    Make sure you set the Tabindex property on each control. You may also want
    to check out Andy Smith's FirstFocus control
    ([url]http://www.metabuilders.com/Tools/FirstFocus.aspx[/url]). I've never used it,
    but I've used other controls from Metabuilders and they've worked well.

    Good luck!


    --
    Ray Dixon - Microsoft MVP
    [email]ray@NOSPAM.greeble.com[/email]
    (remove NOSPAM. from my e-mail address for a direct reply)


    "Tibby" <tierscheiss1977@hotmail.com> wrote in message
    news:e%23BEWO4VDHA.392@TK2MSFTNGP11.phx.gbl...
    > I have 2 textboxes and a button on my .aspx form. When I press tab on the
    > first box, it goes to the addressbar, then to the second box after another
    > tab. I thought that maybe if I set the tab order this would be fixed, but
    > no.
    >
    > TIA
    > Tibmeister
    >
    >

    Ray Dixon [MVP] Guest

  4. #3

    Default Re: Another dumb question

    I agree, and that's why Text1 is TabIndex0, Text2 is TabIndex 1, and
    Command1 is TabIndex2. I've noticed on brand new pages things are behaving,
    I'm trying to figure out why this page isn't.

    "Ray Dixon [MVP]" <ray@NOSPAM.greeble.com> wrote in message
    news:eB1RoMqWDHA.1912@TK2MSFTNGP11.phx.gbl...
    > That's why setting the Tabindex property for EACH control is important.
    >
    >
    > --
    > Ray Dixon - Microsoft MVP
    > [email]ray@NOSPAM.greeble.com[/email]
    > (remove NOSPAM. from my e-mail address for a direct reply)
    >
    >
    > "Tibby" <tierscheiss1977@hotmail.com> wrote in message
    > news:OPWOFJCWDHA.2252@TK2MSFTNGP10.phx.gbl...
    > > This looks liek it only sets the first control on page load. The
    problem
    > > I'm having is, say, on thier example page, you hit tab on the first
    > control,
    > > and it goes to the address bar instead of the second control.
    > >
    > > Tibmeister
    > >
    > > "Ray Dixon [MVP]" <ray@NOSPAM.greeble.com> wrote in message
    > > news:el022W4VDHA.1280@tk2msftngp13.phx.gbl...
    > > > Hi Tibby,
    > > >
    > > > Make sure you set the Tabindex property on each control. You may also
    > > want
    > > > to check out Andy Smith's FirstFocus control
    > > > ([url]http://www.metabuilders.com/Tools/FirstFocus.aspx[/url]). I've never used
    > it,
    > > > but I've used other controls from Metabuilders and they've worked
    well.
    > > >
    > > > Good luck!
    > > >
    > > >
    > > > --
    > > > Ray Dixon - Microsoft MVP
    > > > [email]ray@NOSPAM.greeble.com[/email]
    > > > (remove NOSPAM. from my e-mail address for a direct reply)
    > > >
    > > >
    > > > "Tibby" <tierscheiss1977@hotmail.com> wrote in message
    > > > news:e%23BEWO4VDHA.392@TK2MSFTNGP11.phx.gbl...
    > > > > I have 2 textboxes and a button on my .aspx form. When I press tab
    on
    > > the
    > > > > first box, it goes to the addressbar, then to the second box after
    > > another
    > > > > tab. I thought that maybe if I set the tab order this would be
    fixed,
    > > but
    > > > > no.
    > > > >
    > > > > TIA
    > > > > Tibmeister
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Tibby Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139