1
Answer

How do I check username is exist or not in MVC?

Rohan Ramani

Rohan Ramani

3y
520
1

I have EmployeeDetail table and there is Username field into the same. I want to check if it is exist when I adding the new one. The functionality which I want to implement is Remote Validation. How could I do that?

Answers (1)