View Single Post
Old 06-03-2005, 10:13 AM   #2 (permalink)
brendalisalowe
Registered User
 
Join Date: May 2005
Posts: 9
brendalisalowe is on a distinguished road
In your codebehind for the click event put :

Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click
btnImagebutton.Enabled = False
End Sub
brendalisalowe is offline   Reply With Quote