Which two actions should you perform?

Corrected : Question No: 44
You are implementing an ASP.NET AJAX page.
You add the following control to the page.

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.)
A. Add the following control before the UpdatePanel.
<asp:Timer ID="Timer1" OnLoad="Timer1_Tick" runat="server" Interval="3000" />
B. Add the following control within the UpdatePanel.
<asp:Timer ID="Timer1" OnLoad="Timer1_Tick" runat="server" Interval="3000" />
C. Add an AsyncPostBackTrigger that references Timer1.
D. Add a PostBackTrigger that references Timer1.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.