473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Tabbing in ASP.NET form

Tom
A dumb question: Exactly how does tabbing work in an ASP.NET form in the
browser? Does it work the same was as a Windows Forms form does?

I have a rather complicated ASP form (that consists of HTML tables, ASP text
boxes, drop downs, data grids, etc)... and no matter how I set the TAB
indexes, it never seems to work the way I want it to - sometimes tabbing all
over the place!

What am I doing wrong? Thanks for any input...

Tom
Nov 19 '05 #1
1 1392
You set the tabindex property which gets rendered as a tabindex attribute of
the html element.

<asp:textbox tabindex=3 ...>
becomes
<input type="Textbox" tabindex=3 ... >

You probably already knew this, but there's nothing else really to know...

you might wanna check out:
http://www.w3.org/TR/REC-html40/inte...#adef-tabindex

also keep in mind that other elements in the browser (like the brower
buttons themeselves) are going to participate in the tabbing experience
which is different that in winforms..

KArl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Tom" <to*@nospam.com> wrote in message
news:ez****************@TK2MSFTNGP11.phx.gbl...
A dumb question: Exactly how does tabbing work in an ASP.NET form in the
browser? Does it work the same was as a Windows Forms form does?

I have a rather complicated ASP form (that consists of HTML tables, ASP text boxes, drop downs, data grids, etc)... and no matter how I set the TAB
indexes, it never seems to work the way I want it to - sometimes tabbing all over the place!

What am I doing wrong? Thanks for any input...

Tom

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

145
by: David MacQuigg | last post by:
Playing with Prothon today, I am fascinated by the idea of eliminating classes in Python. I'm trying to figure out what fundamental benefit there is to having classes. Is all this complexity...
2
by: Samuel Hon | last post by:
Hi I'm trying to prevent users from moving between different records in forms in Access 2000. I've turned off the record selectors and disabled the mouse wheel. I've now found that you can...
3
by: Richard | last post by:
Tabbing from the first control on a form always sends me to IE's Address Bar instead of the next control, no matter how I set the TabIndex property for the controls. Why is this happening? For...
0
by: Mike Walters | last post by:
We are auto tabbing from one control to the next after max length is reached, but when within a groupbox tabbing remains within itself. when we are at the max length and use the backspace or Del...
2
by: rmiller | last post by:
I'm in dire straits. I'm converting part of a product into VB.NET, but still need to access forms written in VB 6.0. I've got just about everyting working, but the tabbing on the form. The form...
0
by: sklett | last post by:
I've got a odd thing happening when tabbing through my form. everything is fine as long as I only tab through the fields, but if I skip 10 fields and click in a field, enter data then hit tab it...
6
by: Doug Bell | last post by:
Hi I have a DataGrid with some hidden columns and also some read Only and some ComboBox Columns. Sandard Tabbing through the Datagrid sees the focus go to the hidden columns requiring further...
10
by: jp | last post by:
I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.