Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I m new to mvc.
I have two textboxes like follows-
Email:
<input type="text" id="txt_email" />
Username:
<input type="text" id="txt_username" />

I want while writing email in txt_email,user name should display in txt_username according to sql database.
Posted
Updated 20-Jul-14 22:41pm

1 solution

Probably need to do an Ajax call to your database query.
 
Share this answer
 
Comments
M.R.A. 21-Jul-14 3:45am    
How to do this?
Zexceed 21-Jul-14 4:00am    
Kindly refer to google. There are lot of tutorials for it.
M.R.A. 21-Jul-14 4:28am    
I am getting a lot of tutorials but not satisfied...plz help me.......

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900