On the View menu, click Toolbars.
A submenu of available toolbars is displayed. Toolbars that are currently selected appear with a check box next to the toolbar selection.
Scroll to the bottom of the toolbars list and click Customize.
The Customize dialog box is displayed.
Review the available toolbars. When you are finished, click Close.
In the View menu, click Solution Explorer.
The Solution Explorer window is displayed. By default, this window is docked on one side of the Visual Web Developer environment.
Right-click the top item in the in site list in Solution Explorer.
A shortcut menu of common Web site operations is displayed.
Press ESC to close the shortcut menu.
In Solution Explorer, right-click the Web.config file and then click Open to open the file in the document window.
Double-click the Default.aspx page to open the page in the document window. Double-clicking a file is an alternative to using the Open command of the shortcut menu.
Notice that the name of each open page is displayed in a tab at the top of the document window.
At the bottom of the document window, click Split to display Source view and Design view at the same time.
In the View menu, click Properties Window.
The Properties window is displayed.
When you select an object in the document window, the Properties window displays the properties of the selected object.
In the Source view pane, select the form element, and then in the Properties window, examine the available properties.
In the View menu, click Toolbox.
The Toolbox window is displayed.
In Design view, from the Standard tab of the Toolbox, drag a Button control to the document and drop it in the div element.
Notice that Source view is updated with the appropriate markup.
On the View menu, click Database Explorer.
The Database Explorer window is displayed.
Note: |
|---|
The
Database Explorer window in Visual Web Developer is named Server Explorer in the full version of Visual Studio.
|
Right-click Data Connections to see the available database options.