commento con link x paginazione
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user