All the member please help me out to resolve this query
after download excel code my redirecttoaction is not working in mvc
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hiten PandyaPosted Sep 17, 2018, 11:35 PM
It would be helpful if you post your code so, that I can find out the problem.
Although you can go through some things such as,
Check your routes and make sure that there are not any special routes define which could break the things or
Create a new controller and inside Index method try to call other method using RedirectToAction if it doesn't work then you can go with the another way shown in below link or just post your code and will help you.