Next button in aspx page

  • Thread starter Thread starter manu_srinivasa
  • Start date Start date
M

manu_srinivasa

:(

Hi,

I have aspx pages, in all pages i am placing next button, which will
take us to next screen. if i click next button with mouse, it is
going to next page and functionality is working fine.

If i press the enter key through my keybord, it is going to next
page, but functionality is not what i am expecting.

Please let me know the reason and solution for the same.

Thanks
Manu Srinivasa

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
Hi Manu,

By pressing enter, you submit the form - but not by clicking the button.
Thus, the button.Click event isn't called.


Regards,
Nils Magnus Englund
 
Back
Top