tags:

views:

454

answers:

3

Anyone have examples for creating a new user registration form where the web application checks for username availability via making an ajax call on the form and returning available or not on the same page without a full page post? Something similar to new user registration on Hotmail.

+1  A: 

This article I wrote has a sample project. That can get you started: Membership Using ASP.NET AJAX

Timothy Khouri
+3  A: 

This seems to be a pretty straight forward tutorial. There really isn't that much to it.

Will
A: 

You can check this Article

Pankaj