My Doubt is as follows:
i had a Asp page with only table(
) it contains both resistration page and Login page design. it contains total 2 submit buttons one in registration and other in login . when values entered in all the feilds of registration and pressing Enter key the next tab indexed button event should rise. can anyone help for this Please.
same for login, if i have entered username and password and press enter next tab indexed event should rise.

Sunny SharmaPosted Jul 26, 2013, 8:00 AM
You need to keep your controls in panel and specify default buttons for each panel.
use the following syntax to achieve this purpose:
--------------------------------------------
--------------------------------------------
Hope it helps.
Cheers!