You create a Web Form that contains a button named btnCancel that enables users to exit the page. When users click this button, validation must not occur. During testing you learn that clicking the Cancel button does not enable users to exit the page. You need to ensure that users can always exit the page. What should you do?()
A. Set the Enabled property of the validation controls on the Web Form to False.
B. Set the CausesValidation property of the btnCancel button to False.
C. Set the CausesValidation property of the btnCancel button to True.
D. Set the Visible property of the validation controls on the Web Form to False.
查看答案
被审批享受农村低保待遇的申请人从何时起享受农村低保待遇?
启蒙思想家洛克关于国家政治的思想,与卢梭明显不同的是()。
A. 议会君主制是最好的政府形式
B. 国家源于社会契约
C. 人民有权反抗和改变违约政府
D. 人人生而自由平等
是人格结构中最重要的部分,是一个行为的最终根源的特质是()。
A. 表面特质
B. 根源特质
C. 枢纽特质
D. 核心特质
E. 次要特质
带头结点的单链表first为空的判定条件是()。
A. first==NULL
B. first->1ink==NULL
C. first->link==first
D. first!=NULL