What's the best practice for make username check like Twitter ?
- by Space Cracker
I develop registration form and it have username field, and it's required to be like twitter username check ( real time check ) .. i already develop as in every textbox key up I use jquery to pass textbox.Text to page that return if is username exist or not as following code :
function Check() {
var userName = $('#<%=…