auto tabbing

J

Joe90

Hi,
I'm looking for some help on auto tabbing between edit boxes, on a asp.net
page writing with C#.

The edit boxes are auto generated at run time and could from 1 to many boxes
so the code needs to be quite dynamic to cope with this.

Was recommended to ask here.

Any help is appreciated.
 
B

bruce barker

this must be doine in javascript. google and you will find many examples,
pick the code you are most happy with. if you are jQuery user there are some
autotab plugins.


-- bruce (sqlwork.com)
 
L

Larry Bud

Tabs are available on AjaxControlToolkit.http://ajax.asp.net

Dynamically adding textboxes. Repeater Control ?

he's not looking to add a tab control, but rather move the focus of
the cursor from one edit box to the next, presumably when the proper
length of data is entered.
 
V

Vinay Khaitan

Oh, okay. All the textboxes have property "TabIndex". Set it accordingly (
may be in loop with incrementing integer? )

--
Vinay Khaitan
[Windows Forms Layout Control]
http://www.smart-components.com/
----------------------------------------------------------------


Tabs are available on AjaxControlToolkit.http://ajax.asp.net

Dynamically adding textboxes. Repeater Control ?

he's not looking to add a tab control, but rather move the focus of
the cursor from one edit box to the next, presumably when the proper
length of data is entered.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,056
Members
48,769
Latest member
Clifft

Latest Threads

Top