web services - JQuery Autocomplete asp.net Webservice returning key/value pair -


i have been using example

http://www.aspsnippets.com/articles/using-jquery-autocomplete-plugin-in-asp.net.aspx

in order return data webservice jquery autocomplete. trying find out there way return key/value pair webservice, instead of returning single string

context.response.write(sb.tostring()); 


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -