Jquery ajax – Issue with my voting system in C# asp.net MVC project. Idea is based on StackOverflow voting system
I am trying to implement a voting system on answers post just like StackOverflow. I am able to do ajax request and everything is stored perfectly as the desired way in the database. But I am facing an issue with…