Causesvalidation 有什么用?
的有关信息介绍如下:CausesValidation 为 True 时,表示按钮被点击后,执行页面上的验证。如果为 False,表示这个按
钮被点击时不触发页面上的验证。
Causesvalidation中文意思因果验证。
双语例句:
To prevent validation from occurring when a button is clicked, set the causesvalidation
property to false.
若要避免在单击按钮时进行验证,请将causesvalidation属性设置为false。
2.To disable automatic validation, set the causesvalidation property on the command
controls to false.
若要禁用自动验证,请将command控件上的causesvalidation属性设置为false。
3.To prevent page validation from occurring, set the causesvalidation property to false.
若要禁止执行页验证,需将causesvalidation属性设置为false。