Ajax in UserControl

前端 未结 1 957
广开言路
广开言路 2021-01-28 13:33

i have a signup page and i want to check username exists or not with ajax

 <%@ Control Language=\"C#\" AutoEventWireup=\"true\" CodeFile=\"Simple.ascx.cs\" In         


        
相关标签:
1条回答
  • 2021-01-28 14:18

    Using Ajax to check if a user exists in your DB via a User Control (or whatever method you are using) is the same method you would use in a Web Page.

    What kind of Ajax do you want to use? MS Ajax, jQuery, what?

    Regardless, you will need to Call Web Services from Client Script to perform an AJAX request.

    0 讨论(0)
提交回复
热议问题