Making Elements not possible to manipulate Visibility
I have a ASP-WebForm-Application with several User-Rights.
I have a ASP-WebForm-Application with several User-Rights.
I have a Panel that I’m setting visible=true explicitly. The debugger passes over that line and visible still evaluates to False on the next line. Obviously as a result, the Panel is not shown. How is this possible?