I'm using SQL Server and a C# Webforms application.
Inside a table, I want to specify usergroup and in front of each group names of accessible pages.
So inside the web application, I search inside masterpage using stored procedure if each entered webform if user can access it or not.