开发者

How i can check user availability without postbacking of page to server?

开发者 https://www.devze.com 2023-02-11 16:29 出处:网络
I have made a user signup form in asp.net. I want to check the user availability from user table made in sqlserver without postbacking of the page to the server.

I have made a user signup form in asp.net. I want to check the user availability from user table made in sqlserver without postbacking of the page to the server. Checking user avai开发者_运维知识库lability when the focus out from textbox or during text change.

Please provide me code or source in vb language if possible.


From client-side, the only option is AJAX web services using JavaScript in the front end and an ASMX in the backend: http://dotnetslackers.com/columns/ajax/ASPNETAjaxWebService.aspx, or using the pagemethods approach: http://aspalliance.com/1922

HTH.

0

精彩评论

暂无评论...
验证码 换一张
取 消