Saturday, March 13, 2010

specifying ValidationGroup in Page_ClientValidate function

1:41 AM Posted by Unknown , No comments
Hi,

We know that, Page_ClientValidate function tests if all controls meet asp.net validation criteria. This function is provided by asp.net. But, if we use more than, one validation group in the page, we may have to specify the validation group, we want to validate. For that, give like given below:
Page_ClientValidate('ValGroupName')

Then, it will validate only for that validation group

0 comments:

Post a Comment