Microsoft Certified Professional Developer/Exam 70-528/Web-Based Client Development/Program a Web application
From Wikibooks, the open-content textbooks collection
<
Microsoft Certified Professional Developer
|
Exam 70-528/Web-Based Client Development
Current revision
(unreviewed)
Jump to:
navigation
,
search
Contents
1
Redirect users to another Web page by using a server-side method.
2
Detect browser types in Web Forms.
3
Ascertain the cause of an unhandled exception at the page level.
4
Programmatically access the header of a Web page.
5
Implement cross-page postbacks.
6
Assign focus to a control on a page when the page is displayed.
7
Avoid performing unnecessary processing on a round trip by using a page's IsPostBack property.
8
Access encapsulated page and application context.
9
Avoid unnecessary client-side redirection by using the HttpServerUtility.Transfer method.
10
Avoid round trips by using client-side scripts.
11
Use a page's Async attribute to create a page that has built-in asynchronous capabilities.
12
Convert HTML server controls to HTML elements.
Redirect users to another Web page by using a server-side method.
MSDN2 - Redirecting Users to Another Page
Detect browser types in Web Forms.
MSDN2 - How to: Detect Browser Types in ASP.NET Web Pages
Ascertain the cause of an unhandled exception at the page level.
Code Project - Exceptions
Programmatically access the header of a Web page.
MSDN2 - Page.Header Property
Implement cross-page postbacks.
MSDN2 - Cross-Page Posting in ASP.NET Web Pages
Assign focus to a control on a page when the page is displayed.
MSDN2 - How to: Set Focus on ASP.NET Web Server Controls
Avoid performing unnecessary processing on a round trip by using a page's IsPostBack property.
MSDN2 - Page.IsPostBack Property
Access encapsulated page and application context.
MSDN2 - Page.Context Property
Avoid unnecessary client-side redirection by using the HttpServerUtility.Transfer method.
MSDN2 - HttpServerUtility.Transfer Method
Avoid round trips by using client-side scripts.
MSDN2 - Client Script in ASP.NET Web Pages
Use a page's Async attribute to create a page that has built-in asynchronous capabilities.
MSDN - Asynchronous Pages in ASP.NET 2.0
Convert HTML server controls to HTML elements.
MSDN2 - How to: Convert HTML Server Controls to HTML Elements
Category
:
Microsoft Certified Professional Developer
Views
Module
Discussion
Edit this page
History
Personal tools
Try Beta
Log in / create account
Navigation
Main Page
Help
Browse
Cookbook
Wikijunior
Featured books
Recent changes
Donations
Search
community
Reading room
Community portal
Bulletin Board
Help out!
Policies and guidelines
Contact us
Print/export
Create a book
Download as PDF
Printable version
Toolbox
What links here
Related changes
Special pages
Permanent link