i dont have a code
hi guys
i want to check the username at registration time automatically when
the user name txtbox lost focus after entering a username like happens in most sites dynamically.
i dont have a code
hi guys
i want to check the username at registration time automatically when
the user name txtbox lost focus after entering a username like happens in most sites dynamically.
Jump to PostUse Ajax.
You can do it using PageMethods feature of Ajax in ASP.NET.
Refer this link to have more details on PageMethods in ASP.NET
http://www.asp.net/ajax/documentation/live/Tutorials/ExposingWebServicesToAJAXTutorial.aspx
Call a PageMethod in the onblur javascript event of textbox.
Also refer this.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.