Click here to Skip to main content
15,881,044 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ASP
<asp:Panel ID="lgnPanel" runat="server" Height="128px" Width="188px">
                <div id="div1" align="center">
					<a href="Login.aspx" title="Home">Logout</a><br />
                                       <a href="ManageUsers.aspx" title="About Us">Manage Users</a>
					<br />
					<a href="#" title="Products">Manage Clients</a>
					<br />
					<a href="#" title="Our Services">Manage TimeSheets</a>
					
					
					<a href="Reports.aspx" title="Contact Us">Reports</a>
					</div>




This is the design in my master page. if manager logged in then he should able to left side tabs as
Logout
manage user
manage timesheets
reports
my doubt is when user logged in means he is restricted to some tabs so he should able to see
logout
reports. how it can be done
Posted
Updated 14-Feb-13 23:56pm
v3
Comments
Abhishek Pant 15-Feb-13 5:58am    
use sessions.
Dhritirao's 15-Feb-13 6:01am    
can we use user.isinrole. i think maintaing seperate div's we can set visibility.

1 solution

you can use sessions or you can put the tabs you want to change its visibility in a content place holder and change the content of this place holder in each page.aspx separately.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900