How to disable all controls on the page using jQuery
Today, I got into a situation where for some reason I need to disable all the controls on the page on client side. So I have implemented it using jQuery and sharing the solution of the problem "how to disable all controls of the page using jQuery". Below jQuery code will get called on click […]