How to show/Hide a content page according to user login according to database value

You can easily do that by using multiple panel controls on the page. Set them to visible=false. On page load, get your data from the database about your users, then simply use a coniditional statement to decide which panel control to set the visible=true.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.