CustomValidator ClientScript Parameters

  • Thread starter Thread starter manfred
  • Start date Start date
M

manfred

Hi

Has anyone a definition of the parametervalues and properties for a
clientscript?
MyName(source, args)
I know:
args.Value
args.IsValid

and whats the rest???

Thanks for any suggestions.
 
manfred,

'IsValid' and 'Value' are the only public properties available.

check for ServerValidateEventArgs class in .net documentation. I presume
this will be same as the client script 'args' object.

Regards,
Augustin
 

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

Back
Top