iUI virtual keyboard GO button

173 Views Asked by At

i am using asp.net and iUI to make a very simple webapp. Everything works fine, except one problem. I have a login form, where user has to enter email and password and press login button. Because user is entering data in a smartphone, he/she can press GO button instead of hinding keyboard and pressing login button.
Problem is, that if user presses the GO button ant login data is wrong, page postbacks and shows second toolbas title. If login data is good, iUI shows two toolbars in the second page.
how can i solve this problem?

P.S. For button i am using LinkedButton, because i have to do some work in codebehind (check login data in database).

0

There are 0 best solutions below