One of my friends has written a website that has so many user controls and pages.
The pages contain so many labels, hidden values and user controls. Based on user requests he is enabling and disabling those controls. In every webform pageload he is looping over Request.form.allkeys
and comparing every control. Based on that comparison, he is enabling and disabling the controls on the webform.
I don't know whether it is a good programming practice or not.
Can anyone point me in the right direction?