Creating Understanding and Educating Programmers, Developers and Technical Communities, one post at a time.

Wednesday, October 21, 2009

ASP.NET Validation Controls

Once again, I am writing a very short blog post on ASP.NET validation controls. These are six validation controls. You can see them in following snapshot of toolbox wrapper.



Except ValidationSummary, all of the validation controls have following two common properties.
  • ControlToValidate: The ID of the form field being validatd.

  • Text: The error message displayed when validation fails.


Your suggestions and comments are always welcome, let me know so I can improve it.
AS a part of social networking campaign I have setup twitter account for programming360 blog. You can follow it @ http://twitter.com/Programming360

No comments:

Post a Comment