J
Jarod_24
How does tabindex work in ASP .net pages
I dosen't seem to work quite like in regular forms. and there isn't any TabStop property either.
1 .How do you prevent a control form beign "tabbed". (hidden textboxes ect.)
2. How do get a control to get focus when the page is loaded (think username textfield on a loginpage)
3. Does the tab-order work just like in regular forms (1 ->2 -> 3 and so on?)
4. How does tabindex work with datagrid and datalists. (does it focus the whole grid/list and then each control?)
5. How do you set a buttons to work as the default button (when "Enter" is pressend) or the cancel-button (when "Esc" is pressed)
I dosen't seem to work quite like in regular forms. and there isn't any TabStop property either.
1 .How do you prevent a control form beign "tabbed". (hidden textboxes ect.)
2. How do get a control to get focus when the page is loaded (think username textfield on a loginpage)
3. Does the tab-order work just like in regular forms (1 ->2 -> 3 and so on?)
4. How does tabindex work with datagrid and datalists. (does it focus the whole grid/list and then each control?)
5. How do you set a buttons to work as the default button (when "Enter" is pressend) or the cancel-button (when "Esc" is pressed)