Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,


I am using VS2005,ASP.NET,C#.NET. How Arrow keys can be used in webpage to move from one control to another ? Using arrowkeys , the cursor should move to the editable , not read only control in the webpage.

thanks in advance
george
Posted

1 solution

There is no direct way of doing it like we use TabIndex for Controls. You need to try with Javascript/Jquery .

Refer below links which can get you started.

http://forums.asp.net/t/1455494.aspx[^]
http://ctrlshiftb.wordpress.com/2010/02/03/how-to-add-keyboard-navigation-for-jquery-ui-tabs/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900