Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP app setting for Toolbars

Status
Not open for further replies.

need2progm

Programmer
Dec 13, 2002
92
US
I have an ASP.net application that I want to remove the toolbar on the browser... forcing the user to use the controls in the application for navigation.

Is their a setting I can set at the app level or do I need a line of code on every web form

I already have some pages that I pop using JavaScript (window.open ) and set one of the parameters as toolbar = no. but would like this type of behavior on most or all the other pages. could this decision be made at post back? (In code behind)

Thanks for any help you can give me

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top