2007年3月29日

Validation Server Controls->ASP.NET ValidationSummary Control

摘要: Definition and Usage The ValidationSummary control is used to display a summary of all validation errors occurred in a Web page. The error message displayed in this control is specified by the ErrorMe... 阅读全文

posted @ 2007-03-29 15:50 改变热爱 阅读(253) 评论(0) 推荐(0)

Validation Server Controls->ASP.NET RequiredFieldValidator Control

摘要: Definition and Usage The RequiredFieldValidator control is used to make an input control a required field. With this control, the validation fails if the input value does not change from its initial v... 阅读全文

posted @ 2007-03-29 15:30 改变热爱 阅读(192) 评论(0) 推荐(0)

Validation Server Controls->ASP.NET RegularExpressionValidator Control

摘要: Definition and Usage The RegularExpressionValidator control is used to ensure that an input value matches a specified pattern. Note: Both server- and client-side validation are performed unless the br... 阅读全文

posted @ 2007-03-29 15:22 改变热爱 阅读(234) 评论(0) 推荐(0)

导航