A. 设置Web窗体上验证控件的Enabled 属性为False。
B. 设置btnCancel 按钮的CausesValidation 属性为False.
C. 设置btnCancel 按钮的CausesValidation 属性为True.
D. 设置Web窗体上验证控件的Visible 属性为False。
第1题:
A.Access Data Source
B.Localize
C.Import Catalog Part
D.Substitution
第2题:
A.在页面Page_Init事件设置Page.MasterPageFile.
B.在页面OnInit事件设置Page.MasterPageFile.
C.在页面Page_Load事件设置Page.MasterPageFile.
D.在页面Page_PreInit事件设置Page.MasterPageFile.
第3题:
在窗体应用程序中添加listbox和button。单击button打开一个注册消息对话框。 在注册消息对话框中,显示你是当前注册的第几位用户,然后允许用户可以输入姓名,学号,年龄,性别。当单击提交按钮时,关闭注册消息对话框,并将用户提交的输入信息作为listbox中的一个条目添加到listbox中。
第4题:
A. 用System.Web.UI.TemplateControl对UI元素进行分组
B. 用System.Web.UI.HtmlControls.HtmlControl对UI元素进行分组
C. 用System.Web.UI.LiteralControl对UI元素进行分组
D. 用System.Web.UI.WebControls.Literal对UI元素进行分组
第5题:
A.
B.在站点每个页面:
C.
D.
E.