This question is locked. New answers and comments are not allowed.
Hi,
I have a combobox which is filled with category names.
Now I have to populate a grid which will hold the product names for each category selected in combobox.
In combobox onchanged event, I have written $.get("Action method"+categoryID,"","") and decorating action method with [HttpGet] attribute but it is not working.
Please share some ideas to solve this problem.
Thanks,
Subhash
I have a combobox which is filled with category names.
Now I have to populate a grid which will hold the product names for each category selected in combobox.
In combobox onchanged event, I have written $.get("Action method"+categoryID,"","") and decorating action method with [HttpGet] attribute but it is not working.
Please share some ideas to solve this problem.
Thanks,
Subhash