W
WISEMANOFNARNIA
I have an asp.net page that reads from a database and fills some form
fields. Then, if the user hit "cancel", a response.redirect to
another page is executed. I find that I have to click the cancel
button twice before the redirect happens.
I used the debugger, and found that the 'cancel' code is not even
executed on the first click, only on the second.
If anyone has ideas, please let me know.
-- Marvin
fields. Then, if the user hit "cancel", a response.redirect to
another page is executed. I find that I have to click the cancel
button twice before the redirect happens.
I used the debugger, and found that the 'cancel' code is not even
executed on the first click, only on the second.
If anyone has ideas, please let me know.
-- Marvin