Ajax AutoComplete retrieve multiple values

  • Thread starter Thread starter adelscott
  • Start date Start date
A

adelscott

Hi,
I'm using an autocomplete extender and I would like to retrieve the
ID
that goes with the label.

IE:


Label, ID
"Mr John","CLIENT0001"
"Mr Doe","CLIENT0002"
etc..


Is there any way to retrieve 2 values ? The label would go to the
textbox and the ID to the hidden textbox.


Thanks

(I've already posted in m.p.d.languages.csharp, but I thougth it was
not the best group)
 
Back
Top