hello i want to hide right sidebar and some hyperlink in master page in asp.net? how its possible ? kindly tell me as soon as possible?

Recommended Answers

All 2 Replies

Depends what you mmean by "Right Side Bar" The scroll bar? or something on your page?

Anyway in ASP.Net if it is an object on your page you want to hide that is easy:

Object.Visible = false

You can easily group different controls within a panel and then programatically hide or display the panel (panelName.visible=true/false)

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.