how to Disable Imagebutton in Asp.net
Hi,
I'm a beginner in ASP.NET/C# development.
Does anyone know how to disable an ImageButton on ASP.NET page after the button is clicked once? Basically I dont want users to click the submit button more than once and the submit button is an Imagebutton.
I searched thru the net and found different solutions for disabling the imagebutton,But my problem is i have more than one imagebutton on my page and i want to disable all of them?
Expecting reply
Thanks in advance,
Cheers,
Sujith
|