Hi just wondering if anyone knows how to set the Tab order in a web form,
this is the order that the controls get focus when the user hits the Tab key
,
thanks.
--
Paul G
Software engineer.Hi Paul,
The easiest way is to click on each control and then set the TabIndex
property for each one. Or set the TabIndex property in your code behind in
your Page_Load() event. Ken.
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.
"Paul" <Paul@.discussions.microsoft.com> wrote in message
news:E7CB19D1-57E3-496A-AB1A-E7525AD92FC6@.microsoft.com...
> Hi just wondering if anyone knows how to set the Tab order in a web form,
> this is the order that the controls get focus when the user hits the Tab
key,
> thanks.
> --
> Paul G
> Software engineer.
sounds pretty easy to implimnet, thanks for the information.
"Ken Dopierala Jr." wrote:
> Hi Paul,
> The easiest way is to click on each control and then set the TabIndex
> property for each one. Or set the TabIndex property in your code behind i
n
> your Page_Load() event. Ken.
> --
> Ken Dopierala Jr.
> For great ASP.Net web hosting try:
> http://www.webhost4life.com/default.asp?refid=Spinlight
> If you sign up under me and need help, email me.
> "Paul" <Paul@.discussions.microsoft.com> wrote in message
> news:E7CB19D1-57E3-496A-AB1A-E7525AD92FC6@.microsoft.com...
> key,
>
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment