Jes Sie

Jes Sie

  • 740
  • 1.2k
  • 284k

Autocomplete with multiple parameters using Generic Handler in C#

Aug 31 2022 4:46 AM

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