4
Answers

Calling a controller action method and open new page

Schleid Alex

Schleid Alex

4y
495
1
Hi,
 
I have an html dropdownlist on my page where user should select a category before the can create a new product.
I am able to capture the CategoryID from the html dropdownlist using jquery now I want to pass that ID as a parameter to my create controller and open the create view.
Could someone help me figure out how to do it.
 Thanks
 
Answers (4)