If I have some code in Page Load that determines if a user is in a particluar role, and do a Response.Write to send a warning that they arent authorized to view that page, how can I stop the rest of the page from showing?
I have the sensitive data set to invisible, but the body of the HTML is still showing up.
Easiest way?