Can the latest webimagebutton have the capability to be disabled after the button is clicked?
Hello tnguyen13,
Thank you for contacting Infragistics. To enable or disable the WebImageButton click you can set the Enabled property.
http://help.infragistics.com/NetAdvantage/ASPNET/2012.2/CLR4.0/?page=Infragistics4.WebUI.WebDataInput.v12.2~Infragistics.WebUI.WebDataInput.WebImageButton_members.html
On the client side you can use the setEnabled method:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.2/CLR4.0/?page=WebImageButton_Object_CSOM.html
Please let me know if you have any questions concerning this matter.
Hi,
I like to disable it after I click the button to prevent the user from clicking it again. Right now, I have to use a javascript to disable it. I am just wondering if that capability is already in the latest webimagebutton control.
Thank you,
Trent