« Home | Working with Dynamic Controls » | Dynamics CRM 4.O SDK for IPHONE » | Sql Injection Tracking Tool » | Using LogParser to get Download Details from IIS » | Getting IP Address and ISP name of our Web Page Vi... » | Error Handling in Web.Config » | Handling Application_Error Method » | Error Handling in .net 3.5 » | Using LINQ in String Collections » | SQL in .net Using LINQ »

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.

Labels: , , , , , ,

Post a Comment