i have table like this...
sno refname referal code refmobile
1 ramu 10253 9012345321
2 raju 305987 9849313820
...
i have 3 textboxes
when i enter mobile no in 1st textbox automatically fill referal name in second text box and referal code in third textbox
plz write the code....
Loading
Jignesh TrivediPosted Jun 13, 2013, 10:48 PM
hi,
you can write blur event (client side) or Lost focus event(sever side) of mobile textbox control to achieve this.
please refer
http://codingresource.blogspot.in/2010/01/how-to-use-events-like-onblur-onfocus.html
http://www.nullskull.com/q/10370640/text-box-onblur-event.aspx
hope this will help you.