i am new to web development so please suggest me how to implement this requirement. my requirement is implementing results when user enter 1o digits in text box then call automatically one method without clicking any button and also text changed event , that method getting data from database .i tried with text changed event but it's fire when focus leave in text box, i don't want like that i want while focus on text box only it will call that method.
thank you in advance.
NaiduPosted Jul 16, 2013, 12:43 AM
Riyaz AkhtarPosted Jul 15, 2013, 7:53 AM
.aspx
javascript:
Iftikar HussainPosted Jul 15, 2013, 7:20 AM
You can do by using onkeyup Javascript method for the textbox control
Regards,
Iftikar
Riyaz AkhtarPosted Jul 15, 2013, 7:12 AM
vidhyaPosted Jul 15, 2013, 6:49 AM