This sample demonstrates how to use an ASPxTabControl and ContentPlaceHolder for site navigation. When a tab is clicked, a new page is loaded into a place holder. This approach can be used to emulate a dynamic PageControl.
Question Comments
Added By: Diane Haldeman at: 11/9/2015 6:57:35 AM
How would I integrate role management with this? I.e., how can I modify the input SiteMap.xml file to include a "roles" attributes for each <SitePage>, and then only create the corresponding tab if the logged in user belongs to the specified role(s)?
Thank you