I have a textbox and a label in my page,where the user enter his Account number in the textbox. Once the user focus is out of Textbox, I need to populate the value of the label with the Bank Name corresponding to the user entered account Number in textbox.
How can I acheive this. ?
Go to the complete details ...