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

You write a logging function for a Web


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".
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You create a Web site that is for mem

You create a Web site that is for members only. The behavior of the Web site changes according to the role of the user. The Web site uses...

2、You create a Web site that is for memb

You create a Web site that is for members only. The Web site allows members to create lists of users that have access to information about ...

3、Write a memo in about 50 words. You a

Write a memo in about 50 words.You are Human Resources Manager. Your company is going to provide the staff with training in E-Commerce. There...

4、An application writes to a log file i

An application writes to a log file in the /logs filesystem that is full. After the log file is deleted, 'df' still shows the filesys...

5、Write a memo in about 50 words. You a

Write a memo in about 50 words.You are a department manager. A new copying machine has been installed in your department. Write a memo to te...

6、You are creating a Web Form. You write

You are creating a Web Form. You write the following code segment to create a SqlCommand object.Dim conn As SqlConnection = New SqlConnection(c...