How to add a Web server control to a Web page by using the design view?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How to add a Web server control to a Web page by using the design view?
Rating:
The following are the steps to add a Web server control to a Web page using design view:
- Open the existing Web page named MyWebForm1.aspx in Visual Studio 2005. Click the Design tab on the bottom of MyWebForm1.aspx, as shown below:

- Click the Standard tab in the Toolbox tool, as shown below:

- Drag and drop a Web server control on the Web page. For example, drag the Button control to the design view and place it anywhere on the Web page. A symbol
appears on the upper-left corner of the Button control that indicates that the control is a Web server control. An illustrative image is shown below:

Rating:
Was this information helpful?
Other articles
- What is data binding?
- Things to practice for Microsoft test 70-528
- Note for the culture attributes in the @ Page directive
- What are the functionalities of a master page?
- What is the FormViewcontrol?