Home All Groups Group Topic Archive Search About

Is TabIndex the right way to set the order of controls?

Author
27 Feb 2007 7:41 PM
David Thielen
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

Author
28 Feb 2007 4:27 AM
Steven Cheng[MSFT]
Hello Dave,

If you want to set the webcontrol element's tab index(the sequence they get
focus on web page), the "TabIndex" is the supported means. It is render as
the "tabindex" attribute at client-side html.  If you want some certain
control/elements to prevent from being focused (on tab key), you can set
its tabindex to "-1"

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.