当前位置:MCTS(70-528)题库

问题:

[单选]

You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error.
Which event should you use? ()

A . WebAuditEvent
B . WebEventManager
C . WebBaseEvent
D . WebRequestEvent

以下做法不属于合理安排时间的有() 善用边角料时间。 做事效率不高。 做事拖沓,人员迟到。 中间没有合理的停顿和休息。 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a page that contains the following control.   You write the following code segment in the code-behind file for the page. void LoadDate(object sender, EventArgs e) { if (IsPostBack) {  calBegin.SelectedDate =  (DateTime)ViewState["date"];  }  }  void SaveDate(object sender, EventArgs e) {  ViewState["date"] = calBegin.SelectedDate;  }  You need to ensure that the calBegin Calendar control maintains the selected date. Which code segment should you insert in the constructor of the page?() A。 B。 C。 D。 氨基甙类抗生素的不良反应有() .损害第八对脑神经。 损害肾脏。 阻滞神经肌肉接头。 A.B和C。 成本控制的动态资料包括进度报告和() 合同文件。 成本计划。 工程变更与索赔资料。 成本控制报告。 网站策划书内容不包括() 建站前的市场分析。 建站目的及功能定位。 数据库/文件设计。 确定网站技术解决方案。

You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error.
Which event should you use? ()

参考答案:

  参考解析

本题暂无解析

在线 客服