Increase the VS screen for HTML pages
By default, when you are in HTML source-editing mode with VS 2008 and Visual Web Developer 2008 Express edition there is a set of drop-downs that are rendered immediately above the HTML text editor view.
This is of no use, when you are using separate code behind files for your page and not lot of inline javascript functions.
We can always hide this navigation dropdown boxes to increase the size of VS screen.
To achieve this, just select the Tools->Options menu item within VS, navigate to the "Text Editor->HTML" node and uncheck the "Navigation Bar" checkbox option.
The navigation toolbar above your html page or html source of your aspx page will be hidden.
You can always enable this by reversing the above process.
After hiding it, if it is not reflecting in your page, try closing and re-opening your aspx/html file.
This is of no use, when you are using separate code behind files for your page and not lot of inline javascript functions.
We can always hide this navigation dropdown boxes to increase the size of VS screen.
To achieve this, just select the Tools->Options menu item within VS, navigate to the "Text Editor->HTML" node and uncheck the "Navigation Bar" checkbox option.
The navigation toolbar above your html page or html source of your aspx page will be hidden.
You can always enable this by reversing the above process.
After hiding it, if it is not reflecting in your page, try closing and re-opening your aspx/html file.
Labels: .net2.0, .net3.5, aspx, html, screen, size, visual studio
Post a Comment