nerdexam
Microsoft

70-515 · Question #69

You are implementing an ASP.NET AJAX page. You add the following control to the page. <asp:UpdatePanel ID="pnl1" runat="server" UpdateMode="Conditional"> <ContentTemplate> ... </ContentTemplate>…

The correct answer is B. Add the following control within the UpdatePanel. C. Add an AsyncPostBackTrigger that references Timer1. See the full explanation below for the reasoning.

Question

You are implementing an ASP.NET AJAX page. You add the following control to the page. <asp:UpdatePanel ID="pnl1" runat="server" UpdateMode="Conditional"> <ContentTemplate> ... </ContentTemplate> </asp:UpdatePanel> You need update the contents of the UpdatePanel without causing a full reload of the page. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Options

  • AAdd the following control before the UpdatePanel.
  • BAdd the following control within the UpdatePanel.
  • CAdd an AsyncPostBackTrigger that references Timer1.
  • DAdd a PostBackTrigger that references Timer1.

How the community answered

(49 responses)
  • A
    14% (7)
  • B
    76% (37)
  • D
    10% (5)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice