Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
// To disable $('.someElement').attr('disabled', 'disabled');
// To enable $('.someElement').removeAttr('disabled');
how do we do with an asp.net button? this doesn't work with an asp.net button that is enabled or disabled on server side
how do we do with an asp.net button? this doesn't work with an asp.net button that is enabled or disabled on server side
ReplyDelete