S SearchRSS
< BackHome
Newest questions tagged javascript - Stack Overflow

Can't Call Action method using JavaScript,the request is not even reaching the Action method

I have Action method named Import which is inside the Admin Controller. I have JavaScript code inside a view that needs to send a request to the Import. Here is the view code: @{ ViewData["Title"] = "Products p

View original source