how to Preventing double submit in ASP
-
Dear friends, This is head ache for me to handle this. i got one link to overcome this issue.. which is given below http://wiki.asp.net/page.aspx/1137/preventing-multiple-button-clicks/ its really grate but this is making issue for me my submit button is asp button which have Validation Group = 'Transfer' i have multiple text box on form which is handle dynamic when there is one scenario it is add Validation Group as 'Transfer' and remaining as 'NA' and vice versa. issue is create when this submit button click it is validate the page at this time it is validate each and every control even that control is having Validation group as 'NA'. Can any one help me to overcome this issue.
Sasmi
-
Dear friends, This is head ache for me to handle this. i got one link to overcome this issue.. which is given below http://wiki.asp.net/page.aspx/1137/preventing-multiple-button-clicks/ its really grate but this is making issue for me my submit button is asp button which have Validation Group = 'Transfer' i have multiple text box on form which is handle dynamic when there is one scenario it is add Validation Group as 'Transfer' and remaining as 'NA' and vice versa. issue is create when this submit button click it is validate the page at this time it is validate each and every control even that control is having Validation group as 'NA'. Can any one help me to overcome this issue.
Sasmi
Can you check if this link solves your problem, Avoid Multiple Form Submits[^]
Arun Jacob My Technical Blog : Code.NET