nerdexam
Microsoft

70-515 · Question #49

70-515 Question #49: Real Exam Question with Answer & Explanation

Sign in or unlock 70-515 to reveal the answer and full explanation for question #49. The question stem and answer options stay visible for context.

Question

You are implementing a read-only page that includes the following controls. <asp:Button ID="btnRefresh" runat="server" Text="Button" /> <asp:GridView ID="gvCustomers" runat="server" EnableViewState="False" OnDataBinding="gvCustomers_DataBinding"></asp:GridView> You disable view state to improve performance. You need to ensure that the page is updated to display the latest data when the user clicks the refresh button. Which code segment should you use?

Options

  • Aprotected void Page_PreInit(object sender, EventArgs e)
  • Bprotected void Page_Load(object sender, EventArgs e)
  • Cprotected void gvCustomers_DataBinding(object sender, EventArgs e)
  • Dprotected void Page_PreRender(object sender, EventArgs e)

Unlock 70-515 to see the answer

You've previewed enough free 70-515 questions. Unlock 70-515 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.

Full 70-515 Practice