Title of this RSS flowDescription of RSSASP.NET, MySQL and paging- January 1, 2008 In this article we will create a simple one page ASP.NET web application, implementing paging using the cool MySQL feature LIMIT and SQL_CALC_FOUND_ROWS. One of the coolest things about MySQL is some of its non standard features. It might sound like a weird thing to say, but being a web developer I just love the simplicity and performance MySQL gives me when it comes to paging. Cause in the typical web app you need paging. The two problemsa developer facesin such a paged web...http://www.aspcode.net/ASPNET-MySQL-and-paging.aspx |