Basic Dot Net Question:
Download Questions PDF

How to manage pagination in a page using .NET?

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 Interview Questions And Answers PDF

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?