设置命令按钮的()属性值为False,可以使命令按钮处于不可用状态。
A、Value
B、Enabled
C、Default
D、Cancel
A、Value
B、Enabled
C、Default
D、Cancel
A、将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为True。 B、将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为False。 C、将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为True。 D、将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为False。
A、设置Web窗体上验证控件的Enabled 属性为False。 B、设置btnCancel 按钮的CausesValidation 属性为False. C、设置btnCancel 按钮的CausesValidation 属性为True. D、设置Web窗体上验证控件的Visible 属性为False。
A、A. 增加一个CompareValidator控件到Web窗体。设置它的ControlToValidate属性值为txtDate; 设置它的Type属性值为Date;设置它的Operator属性值为DataTypeCheck。 B、B. 增加一个RangeValidator控件到Web窗体。设置它的ControlToValidate属性值为txtDate;设 置它的Type属性值为Date;设置它的MinimumValue属性值为01/01/1900;MaximumValue 属性值为当前日期。 C、C. 增加一个CustomValidator控件到Web窗体。设置它的ControlToValidate属性值为txtDate; 然后在partial 类写一个返回Boolean值的日期验证方法。然后设置ClientValidationFunction 属性值为刚才方法的名称。 D、D. 增加一个RegularExpressionValidator控件到Web窗体。设置它的ControlToValidate属性值为 txtDate;设置ValidationExpression属性值为验证用户输入数据格式为nn-nn-nnnn的正则表 达式,其中n代表从0到9的数字。
A、将其AutoSize属性值设置为True B、将其AutoSize属性值设置为False C、将其Stretch属性值设置为True D、将其Stretch属性值设置为False