Home > Articles > Certification > Microsoft Certification

Controls for MCAD Exam 70-315

  • PrintPrint
  • Share ThisShare This
  • DiscussDiscuss
Controls are the building blocks of a GUI. In this sample chapter, you'll work with HTML controls, HTML server controls, Web server controls, and validation controls to create the user interface for a Web application. You will also learn about user controls, composite controls, and custom controls, which enable you to extend the existing controls to achieve custom functionality.

Chapter 3:Controls

Terms you'll need to understand:

  • Cascading Style Sheets
  • Client-side event handling
  • HTML controls
  • HTML server controls
  • Server-side event handling
  • Validation controls
  • Web server controls

Techniques you'll need to master:

  • Knowing how to use the common HTML and Web forms controls available in the Visual Studio .NET toolbox
  • Understanding how to handle events for Web forms controls and getting comfortable with client-side and server-side event handling techniques
  • Understanding how to create controls dynamically
  • Working thoroughly with validation Web server controls and answering questions that ask you to choose the most appropriate validation control for a given scenario
  • Knowing how to create and apply Cascading Style Sheets for consistent formatting of Web pages

Controls are the building blocks of a GUI. In this chapter, you'll work with HTML controls, HTML server controls, Web server controls, and validation controls to create the user interface for a Web application. You will also learn about user controls, composite controls, and custom controls, which enable you to extend the existing controls to achieve custom functionality.

HTML Controls

HTML controls represent common HTML elements and are available through the HTML tab of the Visual Studio .NET toolbox. You can drag these controls to a Web form and set their properties in the Properties window. An HTML control, such as Text Field or Label, is converted to its appropriate HTML equivalent, such as the <INPUT> and <DIV> element, respectively, in the source code of the ASPX file. All the HTML controls are automatically placed inside an HTML <FORM> element.

HTML controls are only of little use in ASP.NET programs because they can't be accessed from the server-side code. ASP.NET provides two other sets of controls that are much better suited for server-side programming: HTML server controls and Web server controls.

  • Share ThisShare This
  • Save To Your Account

Discussions

comments powered by Disqus

Related Resources

Information Technology Musings...
By on April 11, 2012Comments

Surprise!  Students are returning to IT as a career.  Are they ready?  Are you ready as a long-term IT worker for your new colleagues?


CISSP Questions of the Week
By on January 31, 2012Comments

These CISSP Questions of the Week questions and answers were developed by Shon Harris and the Logical Security development team. We hope you find this to be a helpful resource. Simply select the "Click Here" under each question to find the answer.

CISSP Questions of the Week
By on January 23, 2012Comments

These CISSP Questions of the Week questions and answers were developed by Shon Harris and the Logical Security development team. We hope you find this to be a helpful resource. Simply select the "Click Here" under each question to find the answer.

See All Related Blogs