Thread
:
how to Disable Imagebutton in Asp.net
View Single Post
06-06-2005, 10:04 AM
#
5
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,529
i don't know about asp.net, but with regular html have javascript, it might look something like this:
HTML Code:
<input type=
"button"
value=
"Submit"
onclick="this.disable=true; this.form.submit(); />
__________________
Mike
sde
View Public Profile
Visit sde's homepage!
Find More Posts by sde