Recently I had a requirement in which I wanted to fire a ASP.NET validator control from my custom javascript code on the client side.
ASP.NET 2.0 validator control render a javascript file in which there is a function ValidatorValidate(validatorcontrolid). It is this function that actualy gets fired for each validator control on the clientside.