4 - Searching In Jquery Datatable With ASP.Net MVC

preview_player
Показать описание
This video explain how to do Server Side "SEARCHING" in jQuery DataTables.
The way to collect 'Search' value is as follows :
string searchStr = Request.Form.GetValues("search[value]").FirstOrDefault();

Рекомендации по теме
Комментарии
Автор

How can we make the search box to filter irrespective of the data types i.e. even if the columns are in Integer or string data types how to filter through them in one go?

bhavyabhargavaIRL
Автор

what if durring search we got null values in DB

tipsandtricks