You create a Web Form that contains a button named btnCancel

题目
单选题
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.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

单选题
1型糖尿病的发病机制是()
A

胰岛素绝对不足

B

胰岛素相对不足

C

呼吸带烂苹果味

D

多尿、多饮、多吃、消瘦

E

饥饿感、心慌、手抖、出汗、头晕


正确答案: A
解析: 暂无解析

第2题:

单选题
预防全麻患者发生误吸的主要措施是()
A

术前禁食禁水

B

术前放置胃管

C

选择静脉麻醉

D

术前用阿托品

E

术前用止吐药


正确答案: B
解析: 暂无解析

第3题:

单选题
乳腺癌根治后有利于伤口愈合的护理是()
A

早期下床活动

B

鼓励患者咳嗽

C

半卧位

D

活动患肢

E

保持皮瓣负压吸引通畅


正确答案: D
解析: 暂无解析

第4题:

单选题
急性乳腺炎后期治疗的最主要措施是()
A

外敷药物

B

患乳停止哺乳

C

热敷

D

全身用抗生素

E

切开引流


正确答案: C
解析: 暂无解析

第5题:

单选题
女性,65岁,主因头痛,右半肢体麻木,乏力2个月,人院查体,神清,血压正常,眼底视乳头水肿,右面部感觉减退,右侧肢体不全瘫,右侧巴氏征阳性,胸片示右肺第2肋间可见阴影。降低患者颅内压的最佳措施为()
A

腰穿放液

B

脱水剂

C

过度换气

D

去骨片减压

E

开颅病灶切除


正确答案: E
解析: 暂无解析

第6题:

单选题
男性,50岁,发热,咳嗽,胸痛,呼吸急促,可疑急性脓胸,最有确诊意义的是()
A

肺部叩诊浊音

B

肋间饱满

C

呼吸音减弱

D

胸片大片阴影

E

胸穿抽出脓液


正确答案: A
解析: 暂无解析

第7题:

单选题
张力性气胸致死的主要原因是()
A

极度疼痛

B

气管移位

C

反常呼吸

D

皮下气肿

E

严重缺氧


正确答案: B
解析: 暂无解析

第8题:

单选题
反映呼吸性酸碱失衡的指标()
A

pH

B

PaCO2

C

BE

D

AB

E

SB


正确答案: A
解析: pH:血浆pH指,反应总的大概情况。即使pH正常,仍可能纯在酸碱中毒,故意义不大。
PaCO2:呼吸情况加的指标,大于45,说明呼酸,小于35,说明呼碱。
BE://碱剩余,代谢性指标。大于3,提示代碱,小于-3,提示代酸。
AB:实际碳酸氢盐浓度,为代谢性指标。
SB:标准碳酸氢盐,为代谢性指标。大于27提示代碱,小于22提示代酸。

第9题:

单选题
腰骶结核的蔓延途径为()
A

咽后壁脓肿,流注至锁骨上窝

B

椎旁腰大肌脓肿

C

椎旁脓肿

D

沿髂腰肌流注至腹股沟部,甚至到腘窝

E

腰大肌脓肿和骶前脓肿


正确答案: C
解析: 暂无解析

第10题:

单选题
You are integrating a Windows Communication Foundation (WCF) service within an enterprise-wide Service Oriented Architecture (SOA).Your service has the following service contract: [ServiceContract]public class CreditCardConfirmationService { [OperationContract] boolean ConfirmCreditCard(string ccNumber); double OrderAmount(int orderNumber);} You need to allow the code in the ConfirmCreditCard method to participate automatically in existing transactions.If there is no existing transaction, a new transaction must be created automatically. What should you do?()
A

Inside the ConfirmCreditCard method, surround the code that must participate in the transaction with a using(new TransactionScope()) block.

B

Inside the ConfirmCreditCard method, surround the code that must participate in the transaction with a using(new CommittableTransaction()) block.

C

Add an [OperationBehavior(TransactionScopeRequired=true)] attribute to the ConfirmCreditCard method.

D

Add an [OperationBehavior(TransactionAutoComplete=true)] attribute to the ConfirmCreditCard method.


正确答案: B
解析: 暂无解析

更多相关问题