Questions tagged [data-paging]
72 questions
0
votes
2 answers
Get data in parts from database
I need get all records from table with Take = 1000 and skip all taken records. How should I implement?
var result = context.MyDB.Where(x=>x.ID = ID).Take(1000);

zrabzdn
- 995
- 2
- 14
- 33
0
votes
2 answers
Paging large dataset
I have a project where a user needs to loop through approx. 100,000 photos and assign PhotoType ID to each photo.
Project requirement is that only one photo is displayed on screen, so basically it means there would be 100,000 pages holding 1 item.…

mko
- 6,638
- 12
- 67
- 118
0
votes
2 answers
Can I consume a server-paged OData result in ASP.NET MVC?
I'd like to consume a server-paged OData result.
That means, the JSON code includes an element
"__next": "http://server/odata.svc/table?$skiptoken=guid'4dda1cd9-7eff-423f-a314-08edf26a22e8'"
How do I do this in ASP.NET MVC? I see quite a few…

Peter
- 2,874
- 2
- 31
- 42
0
votes
1 answer
Kendo Grid Limit Pages Displayed before Ellipsis
I am putting a kendo grid on my mobile app. The number of pages is around 15 or 16 with a page size of 7. Right now the grids pager shows 1 2 3 4 5 etc all the way to 10 and then the ellipsis. I want to only see the first 5 pages and then the…

DeadlyChambers
- 5,217
- 4
- 44
- 61
0
votes
1 answer
Data Pager + Update Panel + list view
I need help, I have a DataPager inside the update panel and and working well, but when I refresh page or going on back button form some other page DataPager reset always to the first page.
For example if I was on the tenth page and refresh page,…

Milan
- 17
- 7
0
votes
0 answers
how to save checkbox value in paging with php
Hi im newbie in programming.. I made so list in those list i have a checkbox
If i checked the first page.. it doesnt matter but if i change to the next page the checkebox in the first page was gone.. How can i retrieve the value of checkbox in…

K febrina
- 1
- 3
0
votes
3 answers
Paged data in a WPF Grid control
I have a Rest service that returns the data in pages. I know how many pages of data there is after getting the first result set. Now I want to consume this service in a WPF application, e.g. display the result in a Grid Control (or a list view).…

Hadi Eskandari
- 25,575
- 8
- 51
- 65
0
votes
1 answer
How to make a paged Select query and get aggregated results from many shards
In a sharded environment data will be splited to various machines/shards. I want to know how can I create a query that returns a paged results (ex 2nd page, 10 results or 10th page, 20 results)?
I know that it has to do with the primary key. With a…

Liron Harel
- 10,819
- 26
- 118
- 217
0
votes
3 answers
PHP MYSQL PAGING RESULTS
I wanted to create php paging with the base page is "Page 1" and the page links should start at "Page 2" leaving the "Page 1" link as an ordinary text not a link and when Im in "Second Page" the "Page 1" text becomes a link that leads to "First…

Ken
- 833
- 2
- 13
- 27
0
votes
2 answers
List paging asp.net
Using a three-tier architecture, I have a list of objects
List

user1397978
- 255
- 1
- 7
- 24
-1
votes
1 answer
Automatically trigger new request based on responose
I have API request which gives data and a link to the next page. I want postman to use this link as my next API request without my input.

Sunit Shukla
- 1
- 1
-1
votes
1 answer
jQuery: How to make `real-time pager` depending on browser screen size without `content` refreshing?
jQuery: How to make real-time pager depending on browser screen size without content refreshing?
Example for it you can see in http://www.nytimes.com/chrome/
HTML and CSS in http://jsfiddle.net/laukstein/qjGrV/
#content{
display:block;
…

Binyamin
- 7,493
- 10
- 60
- 82