Wednesday, April 17, 2013

JQuery MVVM validation

http://jsfiddle.net/andybooth/2GUyX/

JQuery validation

http://docs.jquery.com/Plugins/Validation?em_x=22
http://jsfiddle.net/wTMv3/

Javascript console in VS2012 debug->windows->Javascript Console

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...