试题详情
多项选择题You write a logging function for a Web Form. You call the logging function from the Page_Unload event handler. You test the Web Form and notice that the Page_Unload event handler does not call the logging function. You need to ensure that the logging function is called. What are two possible ways to achieve this goal? ()

A、Set the Page attribute to AutoEventWireup="False". Remove the attribute onunload="Page_Unload" from the Web Form element.

B、Set the Page attribute to AutoEventWireup="False". Add the attribute OnUnload="Page_Unload" to the Web Form element.

C、Set the Page attribute to AutoEventWireup="False". Add the Web Form attribute autocomplete=on.

D、Set the Page attribute to AutoEventWireup="True".

  • B,D
  • 关注下方微信公众号,在线模考后查看

热门试题