W
Will
I have an image "button" which causes a postback.
I handle the "click" with
If Request.Form("btnBU7WD6_Submit.X") > 0 Then...
this works great. However, when a user double-clicks the image button the
Page_Load (postback) is processed twice. This is a problem.
Is there any easy way to detect that the image button has been double-cliked
and posted back twice?
I handle the "click" with
If Request.Form("btnBU7WD6_Submit.X") > 0 Then...
this works great. However, when a user double-clicks the image button the
Page_Load (postback) is processed twice. This is a problem.
Is there any easy way to detect that the image button has been double-cliked
and posted back twice?