js and validation

  • Thread starter Thread starter Paulo
  • Start date Start date
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
 
the CustomValidator has a ClientValidationFunction property that is used
to acheive this.

-- bruce (sqlwork.com)
 
Back
Top