我自己写的英文文章
Self Exam Engine’s MCP certifications Questions and Answers with Explanations are downloadable in pdf format which is easily readable anywhere. You can be sure of getting the latest MCP certifications Exam MCP certifications Questions and Answers with Explanations always from Self Exam Engine because we keep updating our MCP certifications Exam MCP certifications problem Questions and Answers with Explanations. Our MCP certifications problemQuestions and Answers with Explanations are the best source for you to pass your MCP certifications problem Exam because our product is comprehensive and provide exact and actual Questions and Answers. For the most reliable, updated, economical and accurateMCP certifications Questions and Answers with Explanations, always use Self Exam Engine.You create anMCP certifications application for your company's intranet. All employees on the intranet use Internet Explorer.
A page named UserAccount.aspx contains several controls that require postbacks to the server for event processing. The event handlers for these controls require access to a database in order to complete their processing.
Each time UserAccount.aspx performs a postback, there is a brief period of time in which the browser window is blank while the page is refreshed. The control that had the focus prior to the postback does not have the focus after the page is re-rendered. This factor results in confusion and invalid data entry by some of the users.
You need to modify MCP certifications UserAccount.aspx to prevent the browser window from going blank after a postback and to maintain the correct control focus after events are processed. You need to accomplish thisMCP certifications with the minimum amount of development effort.
What should you do certifications ?
A: Add the following attribute to the HTML code for the controls that cause the postbacks:
RunAt="client"
MCSA BootcampMCP BootcampMCSE 2003 Bootcamp
B: Add the following attribute to the HTML code for the controls that cause the postbacks:
EnableViewState="True"
C: Add the following attribute to the Page directive for UserAccount.aspx:
SmartNavigation="True"
D: Add the following attribute to the OutputCache directive for UserAccount.aspx:
Location="client"
Correct Answers: C ;P 看到头晕 我懒得看了 嘿嘿