Hi all
In my web application i have validation controls. On selected index change of drop down list i set Enabled property to false of certain validations but they are still enabled. Drop down list is inside update panel.
Strange part is the that it works fine on my local machine i-e validations are disabled but when i upload it on remote server its not working there.
I have goggled this problem but did not find solution for this problem.