need2progm
Programmer
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
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