odiseh
odiseh

Reputation: 26527

How to display huge amount of data by a gridview in asp.net by NOT selecting entire data from datasource?

how can I create a query in order to select some records every time user wanna to display them into a gridview. I don't want to select all entire records from my data source. What I exactly want is to simulate pagination by query.

Thank you

Upvotes: 3

Views: 427

Answers (1)

Adriaan Stander
Adriaan Stander

Reputation: 166416

Have a look at

Efficient Paging for GridView

Upvotes: 1

Related Questions