Reputation:
I want to use Ajax AutoCompleteExtender for asp.net. I have some expamles but those examples use only two parameters. I want to use three parameters. Some example used a context property. I also checked but it did not work.
Can anybody help me.
Upvotes: 1
Views: 8444
Reputation: 32094
Take a look at this article. It provides a complete explanation of how to use the contextKey
property. Using contextKey
is the only way to specify an extra parameter so I would give it another try.
Upvotes: 3