Microsoft
98-361 · Question #394
98-361 Question #394: Real Exam Question with Answer & Explanation
Sign in or unlock 98-361 to reveal the answer and full explanation for question #394. The question stem and answer options stay visible for context.
Question
You write the following code in your Web page: protected void Page_Load (object sender, EventArgs e) { /* additional code here */ } You expect this code to be executed in response to the Load event of the ASP.NET page. However, when you request the page, you notice that the method is not executed. What should you do to make sure that the Page_Load method is executed when the Load event of the Wep page is fired?
Options
- ASet the AutoEventWireup attribute of the @page directive to true.
- BSet the AutoEventWireup attribute of the @page directive to false.
- CSet the IsCallBack property of the page class to true.
- DSet the IsPostBack property of the page class to true.
Unlock 98-361 to see the answer
You've previewed enough free 98-361 questions. Unlock 98-361 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.