Click here to Skip to main content
16,012,166 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Submit Button problem when the iser presses enter Pin
Blue_Boy6-Feb-07 4:37
Blue_Boy6-Feb-07 4:37 
AnswerRe: Submit Button problem when the iser presses enter Pin
Rookie6-Feb-07 7:29
Rookie6-Feb-07 7:29 
GeneralRe: Submit Button problem when the iser presses enter Pin
nour1236-Feb-07 12:04
nour1236-Feb-07 12:04 
GeneralRe: Submit Button problem when the iser presses enter Pin
nour1237-Feb-07 5:43
nour1237-Feb-07 5:43 
GeneralRe: Submit Button problem when the iser presses enter Pin
nour1237-Feb-07 5:56
nour1237-Feb-07 5:56 
AnswerRe: Submit Button problem when the iser presses enter Pin
Marcus J. Smith6-Feb-07 13:47
professionalMarcus J. Smith6-Feb-07 13:47 
GeneralRe: Submit Button problem when the iser presses enter Pin
nour1236-Feb-07 19:04
nour1236-Feb-07 19:04 
AnswerRe: Submit Button problem when the iser presses enter Pin
Vsree6-Feb-07 18:48
Vsree6-Feb-07 18:48 
hi friend

I too faced the same problem(posted in the forum too) but i couldnt make up by assigning any properties or coding.
What i did is, just cut all the other buttons(in case of WebControl button) leaving the button to be clicked while hitting 'Enter' and again pasted the other buttons in their position. This worked(meaning that Submit button has the prior tab index=0)
Or
In the textbox's KeyPress Event,check for the KeyCode(say 13 for Enter Key) and if so, call the button's click.

Try and let me know if you have any problem.
AnswerRe: Submit Button problem when the iser presses enter Pin
Suresh Pirsquare7-Feb-07 4:45
Suresh Pirsquare7-Feb-07 4:45 
QuestionMaster Page Pin
nour1236-Feb-07 4:18
nour1236-Feb-07 4:18 
AnswerRe: Master Page Pin
Not Active6-Feb-07 4:31
mentorNot Active6-Feb-07 4:31 
Questiondeployment the ASP.NET Application using Web Setup(Without vs.net Ide machine) Pin
Anandan k6-Feb-07 4:13
Anandan k6-Feb-07 4:13 
QuestionHow can we capture the browser close button in clientside Pin
tmiku6-Feb-07 3:08
tmiku6-Feb-07 3:08 
AnswerRe: How can we capture the browser close button in clientside Pin
_AK_6-Feb-07 3:31
_AK_6-Feb-07 3:31 
GeneralRe: How can we capture the browser close button in clientside Pin
tmiku6-Feb-07 3:35
tmiku6-Feb-07 3:35 
GeneralRe: How can we capture the browser close button in clientside Pin
_AK_6-Feb-07 3:39
_AK_6-Feb-07 3:39 
GeneralRe: How can we capture the browser close button in clientside Pin
Sandeep Akhare6-Feb-07 3:49
Sandeep Akhare6-Feb-07 3:49 
AnswerRe: How can we capture the browser close button in clientside Pin
Guffa6-Feb-07 3:48
Guffa6-Feb-07 3:48 
GeneralRe: How can we capture the browser close button in clientside Pin
tmiku6-Feb-07 17:58
tmiku6-Feb-07 17:58 
GeneralRe: How can we capture the browser close button in clientside Pin
Guffa7-Feb-07 7:57
Guffa7-Feb-07 7:57 
QuestionFramework compatibility Pin
Abhishek Joshi6-Feb-07 2:37
Abhishek Joshi6-Feb-07 2:37 
AnswerRe: Framework compatibility Pin
Sandeep Akhare6-Feb-07 3:10
Sandeep Akhare6-Feb-07 3:10 
AnswerRe: Framework compatibility Pin
RichardGrimmer7-Feb-07 1:06
RichardGrimmer7-Feb-07 1:06 
QuestionSubmit parent forms after closing child form Pin
elhameh6-Feb-07 2:33
elhameh6-Feb-07 2:33 
AnswerRe: Submit parent forms after closing child form Pin
Sandeep Akhare6-Feb-07 3:12
Sandeep Akhare6-Feb-07 3:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.