Ajax based username availability check

2020-06-25 04:35发布

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.

标签: asp.net ajax
2条回答
你好瞎i
2楼-- · 2020-06-25 04:51
▲ chillily
3楼-- · 2020-06-25 04:52

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

查看更多
登录 后发表回答