zoukankan      html  css  js  c++  java
  • ASP.NET控件之RangeValidator控件

    作用:对Textbox或者输入框进行范围验证;

    属性:ControlToValidate:要验证的控件;

          ErrorMessage:错误提示信息;

          MaxiMumValue:最大值;

          MinimumValue:最小值;(因为是范围验证,所以在采用这个控件的时候,注意给定一个最大最小的范围)

    Type:

     

    类型                                                   作用                                                              
    Integer 整数型
    String 日期
    Double 双精度浮点型
    Date 字符串型
    Currency 货币类型

    原型:


  • 相关阅读:
    跨域处理
    intellij idea远程调试
    sring boot特性
    spring mvc与struts2的区别
    jenkins集成sonar
    hibernate笔记
    python脚本
    python 字符框
    python操作
    python环境配置
  • 原文地址:https://www.cnblogs.com/zhoulitong/p/6412395.html
Copyright © 2011-2022 走看看