Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
if i give employee id in one textbox then i want the apropriate name of that employee id in another textbox.
thanks in advance
Posted
Comments
Nelek 19-May-14 10:10am    
Don't think we can read minds or do astral projections to see your monitor. If you need help, the least you could do is to add some relevant code to your question or to explain your problem in such a way, that the users of CP can understand it. Otherwise, nobody will be able to help you.

Please use the "improve question" and add relevant information or a piece of code envolved. There are thousands of ways to screw things up, how are we supposed to know which one did you choose?
Emre Ataseven 19-May-14 16:22pm    
It is not even a question, you'd better improve it.

That, you know, wouldn't happen magically: you need some data structure (or database table) mapping the employee id to his/her name.
You could use, for instance, a Dictionary, see the documentation sample code[^].
 
Share this answer
 
Use jQuery .ajax webservice call to call a webservice to get the value. Then fill it in.

http://api.jquery.com/jQuery.ajax/[^]
 
Share this answer
 

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