Allow search in just one column with Asp.Net MVC

Allow search in just one column with Asp.Net MVC

arianitarianit Posts: 2Questions: 1Answers: 0

Hi, I am using Asp.Net MVC, and I am getting some data from a database (table) into the datatable. And I want to search the records just by their name, not the other columns. How can I archive that, disabling search for specific columns or enabling search for specific columns? (I am using Entity Framework Code-First, if you know it)

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.