0
Answer

Autocomplete with multiple parameters using Generic Handler in C#

Jes Sie

Jes Sie

2y
691
1

I want to create an autocomplete using a Generic Handler with multiple parameters. I have implemented it with a single parameter only. Below is my generic handler snippet:

Below is my jquery code

What should I do to implement multiple parameters (2 parameters)? How will I change my code from the generic handler and what should be the look of the script to implement it?

Thank you in advance