可学答题网 > 问答 > MCTS(70-515)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You need to ensure&#


You need to ensure that when the button is clicked, both update panels update the tim without generating a postback.  What should you do?()

  • AAdd the following marktip to UpdatePanel1.  <Triggers>  <asp:PostBackTrigger ControlID="btnSave" />  </Triggers>  
  • BSet the UpdateMode property for the UpdatePanel2 to "Always"
  • CAdd the following markup to UpdatePanel2  <Triggers>  <asp:AsyncPostBackTrigger ControlID="btnSave"  EventName="Click" />  </Triggers>  
  • DSet the UpdateMode property for UpdatePanel2 to "Conditional"
参考答案
参考解析:
分类:MCTS(70-515)题库