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
答案解析:有

微信扫一扫手机做题