Author: ScottGu's Blog | Posted on: 9/21/2009 12:50:53 AM | Views : 850

Below is a tip/trick I twittered via my Twitter account earlier today.  A number of people seemed interested in ? so I thought i'd blog it here too. HTML Navigation Bar in VS 2008 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 set of drop-downs is called the "Navigation Bar", and in the VS 2008 HTML editor they allow you to navigate between functions and methods defined within the HTML.  These include both JavaScript client-side functions defined inline within the .aspx/.html file, and server-side methods defined in-line within the .aspx file when in single-file...(read more) ...

Go to the complete details ...