Posted on: 10/9/2014 3:15:18 PM | Views : 435

ASP.Net app built for framework 4 does not grey out controls set to enabled=false like the framework2 build on same browser (IE9)
Label, HyperLink controls are disabled, not greyed out but were greyed out in Framework 2 build.
DropDownList controls are disabled and greyed out same as framework 2 build.
is it now necessary to modify the foreground color of each Label and HyperLink in Framework4 build when enabled is toggled, or is there a page level property that will restore the functionality of these controls to the framework 2 functionality?

Go to the complete details ...