How to make the Enter key work like Tab in ASP.Net applications? -


i have written program. when hit enter key, want cursor move between textboxes if had hit tab key. how can in asp.net?

do javascript, recommend jquery:

should basic. create keyboardeventlistener enter key, , there trigger keyboard event tab key. this:

keyboardeventistener(enter key) {     jquery.event("tab"); } 

Comments

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -