Standard Tab, Toolbox
This tab displays a list of ASP.NET server controls that you can add to ASP.NET Web pages. This tab is available in both Design view and Source view.
Note |
|---|
You can also create HTML server controls on your Web Forms pages by adding elements from the HTML tab of the Toolbox and then converting them to controls. For information on the difference between these controls, see Introduction to ASP.NET Server Controls. |
To access the Standard tab in the Toolbox
In Microsoft Visual Web Developer, click View, and then click Toolbox.
Alternatively, you can press CTRL+ALT+X.
In the Toolbox, click the plus sign (+) next to the Standard menu item.
This expands the list of standard tools.
The Toolbox is displayed by default on the left side of the Visual Web Developer window, but you can move it by dragging the title bar.
To restore the Toolbox to its original location
Right-click the title bar and select Dockable.
This enables the Toolbox to become part of the Visual Web Developer design surface.
Click the title bar, and begin to drag it in order to display the destination arrows.
Drag the title bar so that your mouse is positioned over the destination arrow that points left, and release the mouse button.
For more information about using the server controls that are available in the Standard tab of the Toolbox, see Standard Toolbox Controls.
-
How to: Add BulletedList Web Server Controls to a Web Forms Page
-
How to: Add Button Web Server Controls to a Web Forms Page (Visual Studio)
-
How to: Add CheckBox Web Server Controls to a Web Forms Page
-
How to: Add CheckBoxList Web Server Controls to a Web Forms Page
-
How to: Add DataList Web Server Controls to an ASP.NET Web Page
-
How to: Add DropDownList Web Server Controls to a Web Forms Page
-
How to: Add HyperLink Web Server Controls to a Web Forms Page
-
How to: Add ImageButton Web Server Controls to a Web Forms Page (Visual Studio)
-
How to: Add MultiView Web Server Controls to a Web Forms Page
-
How to: Add PlaceHolder Web Server Controls to a Web Forms Page
-
How to: Add RadioButton Web Server Controls to a Web Forms Page
-
How to: Add RadioButtonList Web Server Controls to a Web Forms Page
-
How to: Add Repeater Web Server Controls to a Web Forms Page
-
How to: Add Web Server Controls to a Web Forms Page Using the Web Forms Designer
-
How to: Format Calendar Web Server Control Elements Using Styles
-
How to: Populate List Web Server Controls from a Data Source
-
How to: Respond to User Clicks in BulletedList Web Server Controls
-
How to: Use Resources to Set Property Values in Web Server Controls
-
Walkthrough: Displaying and Tracking Advertisements with the AdRotator Control
Note