I need to validate a given Name field in the asp.net form.
User Name: Alex Brandon
In the database, we have a users table with user_name column.
I need to validate on lost focus of User Name form field, that it exists in the users table and is valid else show an alert.
Does somebody has a ready solution to this?