js and validation

P

Paulo

Hi, I have a webform wich already has some validation controls, some
required fields, etc, and I have a external .js file wich does crc
verification on 1 field, and I would like to put that file together with the
validation generated by asp.net... How can I do that?

Using asp.net 2.0 C# VS2005
 
B

bruce barker

the CustomValidator has a ClientValidationFunction property that is used
to acheive this.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top