asp.net mvc 4 - Generic Search Functionality -


i have requirement in search functionality need implemented following features.

  1. search functionality should applicable view generic.
  2. the view on implemented in has view entities should populated on search dropdownlist (for example product controller product attributes should populated , theuser view userid, username dropdownlist)
  3. it have logical operators greater than, less than, equal etc text box match text entered user.

please let me know link or article can refer to.

if you're looking implementation in asp.net mvc nice blog it: http://www.palmmedia.de/blog/2012/2/18/aspnet-mvc-generic-filtering-based-on-expressions


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -