2007年3月28日

Validation Server Controls->ASP.NET RangeValidator Control

摘要: Definition and Usage The RangeValidator control is used to check that the user enters an input value that falls between two values. It is possible to check ranges within numbers, dates, and character... 阅读全文

posted @ 2007-03-28 16:33 改变热爱 阅读(237) 评论(0) 推荐(0)

Validation Server Controls->ASP.NET CustomValidator Control

摘要: Definition and Usage The CustomValidator control allows you to write a method to handle the validation of the value entered. Properties Property Description ... 阅读全文

posted @ 2007-03-28 16:17 改变热爱 阅读(226) 评论(0) 推荐(0)

Validation Server Controls->ASP.NET CompareValidator Control

摘要: Definition and Usage The CompareValidator control is used to compare the value of one input control to the value of another input control or to a fixed value. Note: If the input control is empty, the ... 阅读全文

posted @ 2007-03-28 16:12 改变热爱 阅读(232) 评论(0) 推荐(0)

Validation Server Controls

摘要: Validation server controls are used to validate user-input. Validation Server Controls A Validation server control is used to validate the data of an input control. If the data does not pass validati... 阅读全文

posted @ 2007-03-28 08:09 改变热爱 阅读(225) 评论(0) 推荐(0)

Web Server Controls->ASP.NET XML Control

摘要: Definition and Usage The XML control is used to display an XML document or the results of an XSL Transform. Note: At least one of the XML Document properties must be set or no XML document is displaye... 阅读全文

posted @ 2007-03-28 08:08 改变热爱 阅读(278) 评论(0) 推荐(0)

导航