Title: E-Learning-How to work with Open source MySQL database-Custom paging-Lesson 10 (End)
Duration: 19.58 minutes
Summary: MySql is excellent open source database.ASP.NET has great support with MySql open source database. Most the time user every web site have huge amount of data. Since MySql have features to do the custom paging with LIMIT keyword. The LIMIT keyword accept the two parameters, first argument is start row and second argument how many row will fetch to front end.
Methodology of the development of example: In the sample project create web application with bind data with custom paging.
Technology Used:ASP.NET, C#, My SQL and .NET Framework 3.5
Keywords: ASP.NET, My SQL, .NET My SQL Connector, Gridview, Custom Paging.