I have a standard ASP.NET MVC 3 Controller with an action that has following signature:
...public ActionResult Index(int? page, string sort, string sortDir)...
My view is using WebGrid so parameters are produced by it automatically....Next I use Dynamic E...