Posts Tagged ‘ validation ’

Add Custom Message to ValidationSummary in ASP.NET « Manish …

November 24, 2010
By

Add Custom Message to ValidationSummary in ASP.NET · Simple Round Panel without Images · Useful ASP. NET Error Handling Library · Microsoft.Practices.ServiceLocation.ActivationException–EnterpriseLibrary The type Database cannot be ...

Read more »

Using jQuery for validations on a registration page | PHP Script …

November 7, 2009
By

jQuery error handling . $(document).ready(function(){ $("form.register").change(function() { $.post("check.php", $("form.register").serialize(), function( data ) { if( data.username == "inuse" ) $("p#username_error"). ...

Read more »