0
votes
1answer
24 views
ScrollView with selected page
Hi, I have a scrollViewWith size width=320x10 and height=460.
I add 10 images of size width=320 and height=460 in scrollview with paging enabled.
Now I can scroll the from 1st imag …
1
vote
2answers
28 views
Mod Rewrite Optional Parameters
I have a fairly complex set of rewrite rules to give my site pages pretty URLs. Right now to deal with paging of search results I'm using 2 rewrite rules:
RewriteRule ^search/([0- …
1
vote
3answers
18 views
Paging: Storing Search Results
What's the proper way to deal with a web page that returns results of a search that could have differing results from one moment to another?
I.e. returning the query the first tim …
1
vote
3answers
85 views
Paging search results with asp.net MVC
I have a situation that I couldn't find a solution for through my searches on here. Here is the scenario:
I have a search form with 2 required fields and multiple optional ones. T …
0
votes
2answers
61 views
Sql Server paging rows by offset - without ‘ORDER BY’
A production table of mine contains over a million records. An requirement calls for a paging query to retrieve records by OFFSET and LIMIT parameters(similar to MySql's LIMIT clau …
0
votes
2answers
36 views
NHibernate paging with SQL Server
When using SetFirstResult(start) and SetMaxResults(count) methods to implement paging I've noticed that the generated query only does a select top count * from some_table and it do …
2
votes
2answers
42 views
Adding a projection to an NHibernate criteria stops it from performing default entity selection
I'm writing an NHibernate criteria that selects data supporting paging. I'm using the COUNT(*) OVER() expression from SQL Server 2005(+) to get hold of the total number of availabl …
1
vote
2answers
50 views
Is my gridview paging/sorting inefficient?
Hi,
I'm using a web service which returns a list of products. I created a Grid View programmatically and used the list as the datasource. However, I can't use the Paging/Sortin …
0
votes
3answers
70 views
Paging in NHibernate
Lets say I have a domain model with a class called Blog that has a property called BlogEntries (that contains objects of type BlogEntry). If I have a database model with two tables …
1
vote
4answers
97 views
Implementing result paging in hibernate (getting total number of rows)
How do I implement paging in Hibernate? The Query objects has methods called setMaxResults and setFirstResult which are certainly helpful. But where can I get the total number of r …
-3
votes
1answer
76 views
Paging in Datalist
How to do Paging in Datalist. I need Page numbers as follows:
<1 2 3 4 5>
When Clicking '>' next 5 pages should display...
Let me Clear my coding flow... I will get the lists …
0
votes
1answer
18 views
Search query is automatically executed on each load, without clicking the search button
I want my code to execute a query based on the values in the search keyword text boxes. But the current code executes the default query each time at the time of loading, Help. Any …
0
votes
4answers
347 views
ASP.NET Gridview: Get the PageIndex from the selected Row
I need the functionality to highlight the edited row in a gridview, so on RowDataBound of the gridview i check which one's the one that has been edited and change the css style.
T …
0
votes
0answers
11 views
Enabling Paging in Infragistics Grid for WPF
Hi
I'm using the latest version of infragistics DataGrid (9.2).
Unfortunately, Paging is not supported out of the box.
I wish to implement this behavior by myself.
I refer to p …
1
vote
3answers
86 views
Microsoft Access and paging large datasets
Is there an easy way to page large datasets using the Access database via straight SQL? Let's say my query would normally return 100 rows, but I want the query to page through the …
