473,387 Members | 1,575 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,387 software developers and data experts.

Skip control when tabbing

Ty
I am creating a ASP.net project and I wanted to make it so that when
the user tabs on on of my pages that they do not have to tab through
some controls.

Is there a way to skip controls while tabbing?

Thanks,

Ty
Jun 27 '08 #1
3 2609
On Jun 27, 8:04*am, Ty <tbar...@lewistownhospital.orgwrote:
I am creating a ASP.net project and I wanted to make it so that when
the user tabs on on of my pages that they do not have to tab through
some controls.

Is there a way to skip controls while tabbing?

Thanks,

Ty
I am assuming controls in ASP work similarly to Windows Forms.

Control.TabStop = False
Jun 27 '08 #2
Ty
On Jun 27, 8:46*am, za...@construction-imaging.com wrote:
On Jun 27, 8:04*am, Ty <tbar...@lewistownhospital.orgwrote:
I am creating a ASP.net project and I wanted to make it so that when
the user tabs on on of my pages that they do not have to tab through
some controls.
Is there a way to skip controls while tabbing?
Thanks,
Ty

I am assuming controls in ASP work similarly to Windows Forms.

Control.TabStop = False
Unfourtunatly no they are not. TabStop does not exist.

Thanks,
Ty
Jun 27 '08 #3
Ty
On Jun 27, 9:40*am, Ty <tbar...@lewistownhospital.orgwrote:
On Jun 27, 8:46*am, za...@construction-imaging.com wrote:
On Jun 27, 8:04*am, Ty <tbar...@lewistownhospital.orgwrote:
I am creating a ASP.net project and I wanted to make it so that when
the user tabs on on of my pages that they do not have to tab through
some controls.
Is there a way to skip controls while tabbing?
Thanks,
Ty
I am assuming controls in ASP work similarly to Windows Forms.
Control.TabStop = False

Unfourtunatly no they are not. TabStop does not exist.

Thanks,
Ty
I got the answer at forms.asp.net

set the tabindex to -1

Thanks Vinz

Ty
Jun 28 '08 #4

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

Similar topics

5
by: Mike Hnatt | last post by:
I'd like the focus to be on "mycontrol" when the page is first loaded. I'm getting an undefined error and am assuming that I can't do this in the body ONLOAD event because the control is not yet...
13
by: Monty | last post by:
I've been searching for guidance on which of the approaches used for skipping repetive links (e.g., link as normal text, link as alt text on invisible image, link with same forground and background...
2
by: MLH | last post by:
A form named frmVehicleEntryForm has a number of textbox controls who's OnGotFocus property setting is an expression... =Change2Green() Change2Green() looks something like this... Dim MyControl...
4
by: Marius Trælnes | last post by:
Hello! I am about to make a class/control that creates tabbing functionality. The result is in HTML/CSS/JavaScript output. My question is: Within the tabs I want to simply add user controls...
0
by: Chris | last post by:
I am using the ASP.NET v1.1 Calendar Control. I do not want the tabbing to stop on the control at all. I set the tabindex property to 0 and it still goes to every day on the control as I tab...
3
by: MLH | last post by:
Me!AddnlOwnrList.Width = 5.1875 Me.Repaint Have tried the above in the on got focus event code to make the listbox control wider when its being used. I tried it in the Enter and Exit event code...
4
by: Jon Slaughter | last post by:
I've created some custom controls and forms that allow the feature to temporarily transfer focus to a control that has been entered by the mouse. Everything seems to work fine but the problem I...
5
by: mtgrizzly52 | last post by:
First thing, because of you all and this web site, I am building a first class time saving database for my fellow workers to use. My really dumb questions is this. I have a control in a subform...
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
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.