Basic Dot Net Question:

How to manage pagination in a page using .NET?

Tweet Share WhatsApp

Answer:

Using pagination option in DataGrid control is available in .NET. We have to set the number of records for a page, then it takes care of pagination by itself automatically.

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
Can the validation be done in the server side? Or this can be done only in the Client side?What is ADO .NET and what is difference between ADO and ADO.NET?