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