I don't know anything about ASP.net, but all it needs to output is "true" for valid values, "false" for invalids - the response is parsed with dataType:"json".
Jörn PS: Please put the word "validate" in the subject of mails about the validatino plugin! On Sat, Sep 27, 2008 at 11:43 AM, Sun <[EMAIL PROTECTED]> wrote: > > Hi, everybody > > I have some questions for the "remote" option in asp.net page, If I > have some value need to be verified in order to make it is unique, for > example: > > ..... > ..... > > userName:{ > required: true, > remote: "verify.aspx" > } > > about the verify.aspx, I don't know how to output the result. I > appreciate you feedback. > > thanks, >