Hello,
I'm passing 3 column fields in AutoComplete Text Box like Registration Number, Applicant Name and Guarantor Name from c#. Now i would like to pass the corresponding ID but it should not display in autoComplete text box and when i select any string in autocomplete text box i would like to get that particular record with ID in c#. How would this possible plz help me so soon as possible. I'm struggling for for past couple of days.
Gowri APosted Jun 7, 2014, 12:26 AM
==========
<%@ Master
AutoCompleteHandler.ashx
====================
Here I'm sending the records to display in autocomplete text box when i click on any record i want to store that perticular record in c#. I even failed to fire the auto complete text box select event.
Veena SardaPosted Jun 6, 2014, 8:30 AM