View Single Post
Old 06-06-2005, 10:04 AM   #5 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
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 is offline   Reply With Quote