commento con link x paginazione

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2016-10-20 23:52:03 +02:00
parent 4b63e9ed79
commit 08b38cf6f8
@@ -7,6 +7,7 @@ using System.Net;
using System.Web;
using System.Web.Mvc;
using StockManMVC.Models;
using PagedList;
namespace StockManMVC.Controllers
{
@@ -14,6 +15,10 @@ namespace StockManMVC.Controllers
{
private StockManEntities db = new StockManEntities();
// vedere questi link x completare:
// https://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application
// http://devproconnections.com/aspnet-mvc/aspnet-mvc-paging-done-perfectly
// GET: Locations/LocTypeID
public ActionResult Index(string LocTypeID, string SearchVal, string SortOrd)
{