I am developing an ASP.NET MVC 4 application using MVC scaffolds. Currently, it returns all rows in a single selection and displays them in a grid. However, I want to implement the swap in the same place so that it does not create any problems when the data is in large volume.
Any idea on how we can quickly and easily implement a search call in MVC 4?
source share