I have many content pages. In master page I have added the tab About us, support, contact us. Which will come in all pages. But some pages will have different tabs from other pages. EX: group page will have users and message tab, users page will have groups tab and message tab. I can design this in master page as it varies from page to page. The tabs depends on the user permission, for each user it is going to change. What is the best way of doing this.

link|improve this question

68% accept rate
Are the views dependent on some kind of permissions? – IrishChieftain Sep 12 '11 at 23:48
Yes. For each user it is going to change – Mano Sep 13 '11 at 0:26
Style your tabs with CSS against a bullet list of links - add permission attributes to each link from an XML file... and take it from there :) – IrishChieftain Sep 13 '11 at 0:50
feedback

1 Answer

As a general concept, I would develop the tabs as a user control or server control. The control should render its tabs based on the current user and the current page. If that's enough to get you started, great. If not, post a comment and I'll see if I can put together a sample for you.

link|improve this answer
Sample would help me. I am adding tab in each content page. which is not stable as it moves around when i zoom the browser. i know I am doing it wrong. pls help – Mano Sep 13 '11 at 0:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.