This is a migrated thread and some comments may be shown as answers.

Server side Submit button

0 Answers 46 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 2
Bill asked on 22 Sep 2010, 12:54 AM
I have several buttons on my form (it is a TabStrip control) that needs to do a server side postback when the user has focus on one of the buttons. It is a heavy data entry form and they require no mouse clicks. Strictly tabing to each field and then when the user tabs to one of the buttons and hits <ENTER> on the keyboard, I need to do a server side postback. I can't assign the <ENTER> key to a button, because I have multiple buttons on the form to do other things like look ups, etc, besides submitting the form.

Any ideas on how this can be accomplished? 

In summary, I have several buttons on the same form (btnSubmit, btnVoid, btnPend, btnDef, & 3 search buttons with different names). 

I need a way that when focus is on a particular button & the user presses <ENTER>, a server-side postback will occur for that button.

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
Bill
Top achievements
Rank 2
Share this question
or