A.Page_Error
B.Error
C.Page.ErrorPage
D.Application_Error
第1题:
A. WebAuditEvent
B. WebEventManager
C. WebBaseEvent
D. WebRequestEvent
第2题:
A. 设置页属性 AutoEventWireup="False"。移除Web窗体元素中onunload="Page_Unload" 。
B. 设置页属性 AutoEventWireup="False"。在Web窗体元素中增加 OnUnload="Page_Unload" 。
C. 设置页属性AutoEventWireup="False"。增加Web窗体属性autocomplete=on。
D. 设置页属性AutoEventWireup="True".
第3题:
A.AppearanceEditorPart
B.BehaviorEditorPart
C.PropertyGridEditorPart
D.LayoutEditorPart
第4题:
A.在页面Page_Init事件设置Page.MasterPageFile.
B.在页面OnInit事件设置Page.MasterPageFile.
C.在页面Page_Load事件设置Page.MasterPageFile.
D.在页面Page_PreInit事件设置Page.MasterPageFile.
第5题:
A.使用XmlDocument对象读取XML数据,同时指定相应架构文件。
B.为XmlReader对象的XmlReaderSettings设置ValidationEventHandler;
C.使用DataSet对象读取XML文件,并且设置EnforceConstraints属性为True;
D.使用DataSet对象读取XML文件,并且在DataSet.MergeFailed事件中分析数据看是否符合XML架构。