Restricting Access to Forms

Jan 25 2008 11:43 AM

I have an ASP.NEt 2 application.  I have used a sitemap (& roles) to restrict access to areas of the application.  This works great for the menu, but I have some pages that have (for example) an update button.  I want to be able to restrict this button only to the roles that can access the page that the update button goes to. 

Access to each page is controlled in the web.config file

Any ideas?