Friday, February 10, 2012

Call server side method with JQuery

http://aspsnippets.com/Articles/Check-UserName-Availability-in-ASP.Net-using-JQuery.aspx

Replace special characters.

Using following pattern to replace the special characters of string with empty values:
temp.replace(/[^a-zA-Z 0-9]+/g,'');