A blog of ASP.NET 2.0 Samples, Articles, Reviews and Discussions. The purpose of this blog is to provide a resource to the quick information that developers need on Microsoft's new ASP.NET 2.0.

Wednesday, December 07, 2005

Validation Groups

Asp.NET 2.0 has a cool feature for doing individual validation [ finally ] on different controls. All you have to do is make a control cause validation [ just set CausesValidation to true] and then set the group for the validators. This is cool if you have a couple controls on a page and some controls only needed to be validated because of a certain user action or a certain workflow. Please refer to the below link for source.




Link: http://url123.com/m2u2z

0 Comments:

Post a Comment

<< Home