This is the first in another collection of posts that have links to the different objectives covered in the 70-528 exam. There is also a series on ASP.NET 3.5 exam 70-562 (here)
Creating and programming a Web application
- Create and configure a Web application
- Add and configure Web server controls
- Add Web server controls to a Web Form
- How to: Add Web Server Controls to a Web Forms Page Using the Web Forms Designer
- How to: Add Server Controls to an ASP.NET Web Page Using ASP.NET Syntax
- How to: Add Controls to an ASP.NET Web Page Programmatically
- Configure the properties of Web server controls programmatically
- Configure Web server control properties by using the Microsoft Visual Studio Property Editor
- Specify whether events of a control cause a Web Form to post to the server
- Configure a control to receive postback events
- Access controls in Web Forms pages when working with naming containers and child controls
- How to: Locate Child Controls by ID in an ASP.NET Web Page
- How to: Locate the Web Forms Controls on a Page by Walking the Controls Collection
- Create HTML server controls in the designer.
- Set HTML server control properties programmatically.
- Use HTML server controls to programmatically access HTML tags.
- Create HTML controls as elements in an HTML document.
- Use the AdRotator Web server control to manage banners and pop-up windows.
- AdRotator
- How to: Display Ads From a Database Using the AdRotator Web Server Control
- How to: Display Ads From an XML File Using the AdRotator Web Server Control
- How to: Select Ads in an AdRotator Web Server Control Programmatically
- Walkthrough: Displaying and Tracking Advertisements with the AdRotator Control
- Use the Button Web server control to send a command to the server when a button is clicked.
- Display a calendar on a Web page by using the Calendar Web server control.
- Calendar
- How to: Control Month Navigation in a Calendar Web Server Control
- How to: Control User Date Selection in a Calendar Web Server Control
- How to: Customize Calendar Web Server Control Appearance
- How to: Customize Individual Days in a Calendar Web Server Control
- How to: Display Selected Dates from a Database in the Calendar Control
- How to: Format Calendar Web Server Control Elements Using Styles
- How to: Read Selected Dates in the Calendar Web Server Control
- How to: Respond to Date Selection in a Calendar Web Server Control
- How to: Set Today's Date Programmatically in a Calendar Web Server Control
- Implement the CheckBox Web server control.
- Implement the FileUpload Web server control.
- Create and manipulate links on a Web Form by using the HyperLink Web server control.
- Display an image on a Web Form by using the Image Web server control.
- Implement a button on a Web Form by using the ImageButton Web server control.
- Define hotspot regions within an image by using the ImageMap Web server control.
- Use the Label Web server control to display customized text on a Web page.
- Display a hyperlink style button on a Web Form by using the LinkButton Web server control.
- Display lists of information by using controls that derive from the ListControl class.
- Create a Web Form with static text by using the Literal Web server control.
- Implement pagination for controls on a page by using the Pager Web server control.
- Use the Panel Web server control to arrange controls in groups on a page.
- Create a container for a group of View controls by using the MultiView Web server control.
- Use the View Web server control to create a Web application.
- Create a mutually exclusive set of choices by using the RadioButton Web server control.
- How to: Add Individual RadioButton Web Server Controls to a Web Forms Page
- How to: Add RadioButton Web Server Controls to a Web Forms Page (Visual Studio)
- How to: Add RadioButtonList Web Server Controls to a Web Forms Page
- How to: Respond to a User Selection in a RadioButton Web Server Control Group
- How to: Set and Get the Selection in a RadioButton Web Server Control
- How to: Set Layout in a RadioButtonList Web Server Control
- Construct a table by using the Table, TableRow, and TableCell Web server controls.
- Enable users to type information into a Web Form by using the TextBox Web server control.
- Create a wizard by using the Wizard Web server control to collect data through multiple steps of a process.
- Use the XML Web server control to create XML data at the location of the control.
- Customize the appearance of Web server controls by using Web control templates.
- Programmatically edit settings in a Web site's configuration file.
- Dynamically add Web server controls to a Web Forms page
- Create event handlers for pages and controls.
- Create event handlers for a page or control at design time.
- Respond to application and session events.
- Manage state and application data.
- ASP.NET State Management Recommendations
- Manage state of an application by using client-based state management options.
- Manage state of an application by using server-based state management options.
- Maintain state of an application by using database technology.
- Implement globalization and accessibility.
- CultureInfo class
- How to: Create Resource Files for ASP.NET Web Sites
- How to: Display Right-to-Left Text Using HTML Tags for Globalization
- How to: Retrieve Resource Values Programmatically
- How to: Set the Culture and UI Culture for ASP.NET Web Page Globalization
- Building ASP.NET 2.0 Web sites using web standards
- Implement site navigation and input validation.
- Use the SiteMap Web server control to display a representation of a Web site's navigation structure.
- ASP.NET Site Navigation Overview.
- How to: Add Simple Site Navigation
- How to: Configure Multiple Site Maps and Site-Map Providers
- How to: Customize the Appearance of SiteMapPath Web Server Controls
- How to: Display Site-Map Data in Non-Hierarchical Web Server Controls
- How to: Filter the Nodes Retrieved by SiteMapDataSource Web Server Controls
- How to: Implement ASP.NET Site-Map Providers
- How to: Localize Site-Map Data
- How to: Programmatically Enumerate Site-Map Nodes
- How to: Programmatically Modify Site-Map Nodes in Memory
- Walkthrough: Adding Site Navigation to a Web Site
- Use validation controls to perform Web Forms validation.
- Validate against values in a database for server controls by using a CustomValidator control.
- Create a CustomValidator control and tie it to a custom function.
- Test programmatically whether a user's input passed validation before running code.
- Specify the location of a validation error message for server controls.
- Format validation error messages for server controls.
- Specify the layout for in-place messages on server controls.
- Disable validation for server controls.
- Display custom error messages for server controls.
- Validate server controls programmatically.
- Use the SiteMap Web server control to display a representation of a Web site's navigation structure.
- Write an ASP.NET handler to generate images dynamically for display on a Web page.
- Configure settings for a Web application.
- ASP.NET Configuration Overview
- Format of ASP.NET Configuration Files
- ASP.NET Configuration Files
- Configuration Files
- Configure system-wide settings in the Machine.config file.
- Configure settings for a Web application in the Web.config file.
- Manage a Web application's configuration by using the Web Site Administration Tool.
- Program a Web application.
- Redirect users to another Web page by using a server-side method.
- Detect browser types in Web Forms.
- Ascertain the cause of an unhandled exception at the page level.
- Programmatically access the header of a Web page.
- Implement cross-page postbacks.
- Assign focus to a control on a page when the page is displayed.
- Avoid performing unnecessary processing on a round trip by using a page's IsPostBack property.
- Access encapsulated page and application context.
- Avoid unnecessary client-side redirection by using the HttpServerUtility.Transfer method.
- Avoid round trips by using client-side scripts.
- Use a page's Async attribute to create a page that has built-in asynchronous capabilities.
- Convert HTML server controls to HTML elements.
You can also find some information on preparing for your exams here and here, in the actual exam for 70-528. Also errata for the MS Press training kit
2 comments:
Two questions:
- Is there a "part II" of objectives list for 70-528?
- Why this post doesn't have a "70-528" tag?
Itc coming, its quite a large post so is taking a while to compile it.
I will retag this will 70-528
Post a Comment