Ask a Question related to ASP.NET General, Design and Development.
-
Tibby #1
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
-
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... -
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... -
Probably a dumb question.....
Is coldfusion a good program to use in creating an online store? If so, how? thanks Jake:music; -
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... -
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... -
Ray Dixon [MVP] #2
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
-
Tibby #3
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...problem> 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. Thewell.> control,> > I'm having is, say, on thier example page, you hit tab on the first> it,> > 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...> > want> > > Hi Tibby,
> > >
> > > Make sure you set the Tabindex property on each control. You may also> > > to check out Andy Smith's FirstFocus control
> > > ([url]http://www.metabuilders.com/Tools/FirstFocus.aspx[/url]). I've never used> > > but I've used other controls from Metabuilders and they've workedon> > >
> > > 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 tabfixed,> > the> > another> > > > first box, it goes to the addressbar, then to the second box after> > > > tab. I thought that maybe if I set the tab order this would be>> > but> >> > > > no.
> > > >
> > > > TIA
> > > > Tibmeister
> > > >
> > > >
> > >
> > >
> >
>
Tibby Guest



Reply With Quote

