I used javascript below to disable the control inside the ArtistPanel. The control inside have Requiredfieldvalidators.
document.getElementById("ArtistPanel").disabled = true;
How do I disable the fieldvalidators as well when Panel is disabled??
...
Go to the complete details ...