ASP.NET CompareValidator 控件 - 菜鸟教程

在本例中,我们在 .aspx 文件中声明了两个 TextBox 控件,一个 ListBox 控件,一个 Button 控件,和一个 CompareValidator 控件。. check_operator () 函数把 …

不要同时设置 ControlToCompare 和 ValueToCompare 属性。 可以将一个输入控件的值与另一个输入控件的值进行比较,也可以与常量值进行比较。 如果同时 …

CompareValidator:比较验证. 属性:. ControlToValidate:要验证的控件ID. ErrorMessage:错误提示信息. ControlToCompare:与此相比的控 …

文章浏览阅读449次。作用:对Textbox或者其他输入框进行比较验证;属性:ControlToValidate:要验证的控件; ErrorMessage:错误提示信息; …

Use the ControlToCompare property to specify an input control, such as a TextBox control, to compare with the input control being validated. If the …

更多内容请点击:ASP.NET CompareValidator 控件 - 菜鸟教程 推荐文章