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
 
Back
Top