© Lee Naylor 2016

Lee Naylor, ASP.NET MVC with Entity Framework and CSS , 10.1007/978-1-4842-2137-2_5

5. Sorting, Paging, and Routing

Lee Naylor

(1)Newton-le-Willows, Merseyside, UK

This chapter focuses on adding, sorting, and paging products and adding support for friendly URLs to use the ASP.NET Routing feature.

Note

If you want to follow along with the code in this chapter, you must either have completed Chapter 4 or download Chapter 4’s source code for from www.apress.com as a starting point.

Sorting Products by Price

To demonstrate sorting, I’ll show you a simple example to sort products by price, allowing users to order products by price.

First of all, add a new switch statement to the Index method of the Controllers\ProductsController.cs file, ...

Get ASP.NET MVC with Entity Framework and CSS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.