Say I have a user control (.ascx) on a .aspx page. In the code behind on the .ascx is there a way to tell itself to not load if a certain condition was met?
I don't want to just not display this control by javascript or css, I need to do it in the codebehind.
Any thoughts?