0
votes
3answers
23 views
Server Error due to paging issue
Hello all, I think I sorted out my GridView1_PageIndexChanged event and thinking it should work
protected void GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e) …
0
votes
2answers
18 views
How to organize ASP.NET Repaeter Digg style paging
Does anybody know the technique without writing own code for every repeater?
Please give me a link
1
vote
1answer
10 views
LINQ and dynamic queries with paging and without LINQ2SQL
I have tried some ways to use LINQ dynamic queries - LINQKit and
LINQ Dynamic Query Library. I do not like the second because it some way kills the LINQ idea - to be able to check …
0
votes
2answers
17 views
Implementing the gridview paging with database
I am binding dataset to a gridview,Which has 1000 records in it.As you know sending this entire dataset across a wire is costly.
In the gridview i use paging which is set to 20 re …
0
votes
0answers
22 views
when nextpage is clicked in gridview it shows empty page in asp.net
Lbl_Username.Text = FirstName + " " + LastName;
#region Get current year
if (!IsPostBack)
{
int getCurrentYear = DateTime.Now.Year;
int co2 = Drop …
0
votes
4answers
34 views
Autopaging or custom paging which is better in datagrid?
i used datagrid control in .net platform... but now i am in big confusion .. that is ..which is better to used custom or autopaging option..
gud explaination or example is needed …
0
votes
2answers
56 views
Paging in MVC + Jquery
Dear all,
I need to add paging for my users view page, i got all the datas using Json to show in the table..i need to add paging and and also i can able to change number of users …
0
votes
1answer
11 views
The IListSource does not contain any data sources.during next page is clicked in gridview
Lbl_Username.Text = FirstName + " " + LastName;
if (!IsPostBack)
{
ds = objSun.FetchTravelDetails(userId);
int datasetcount = ds.Tables[0].R …
3
votes
5answers
132 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
28 views
Find out how many pages of memory a process uses on linux
I need to find out how many pages of memory a process allocates?
Each page is 4096, the process memory usage I'm having some problems locating the correct value. When I'm looking …
0
votes
6answers
299 views
Contigious Pages/Physical Memory in Java
My goal is to ensure that an array allocated in java is allocated across contiguous physical memory. The issue that I've run into is that the pages an array is allocated across ten …
-1
votes
2answers
40 views
paging next and previous links don’t work!
hello
can anyone help me with this code?the next and previous links don't work
$limit=20;
mysql_connect("localhost","root","");
mysql_select_db("autoschool") or die("Unable to se …
0
votes
1answer
22 views
Getting rowcount of a common table expression CTE into a parameter for paging
My friend here is coding a web page with a datagrid that has paging. We were able to get the total pagecount into a column as a window function but we can't figure out how to get i …
0
votes
4answers
61 views
Please help me with ASP.NET MVC Paging error
hello all,
I am getting the following error in my mvc application when I am doing the paging functionality
CS1061: 'System.Collections.Generic.IEnumerable' does not contain a def …
-1
votes
1answer
12 views
how shall I do paging in the mvc grid?
hello all,
please can anyone help me on doing the paging in the mvc grid in the easiest way possible i m new to mvc,please can anyone suggest some code for paging in the grid
Tha …
