CHAPTER 7
SportsStore: Navigation and Cart
In the Chapter 6, we set up the basic features of the SportsStore application. Now we will build on those features to extend the application and you’ll start to get a sense for how a Web Forms project comes together. Along the way, you’ll see some additional features that the ASP.NET Framework provides.
Configuring URL Routing
By default, the URLs that we use to access Web Forms in an ASP.NET Framework application correspond to filenames. So a request for this URL
http://localhost:53506/Pages/Listing.aspx
results in the Listing.aspx file in the Pages folder being processed and the resulting HTML returned ...
Get Pro ASP.NET 4.5 in VB, Fifth Edition 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.