473,322 Members | 1,403 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Optimizing paging in asp.net

Actually i am really confused regarding paging activity

I want to implement paging in asp.net but i am not able to take out
the idea regarding
how to implement the concept for large databases where the tables r
containing 1000s of records

Problem is:I cannot save the dataset in session as it will b too
costly and all the time i cannot access the database as database
transasction require costly operations
can anyone plz tell me the solution regarding optimizing this problem

Sep 15 '07 #1
2 1675

<su**********@gmail.comwrote in message
news:11*********************@19g2000hsx.googlegrou ps.com...
Actually i am really confused regarding paging activity

I want to implement paging in asp.net but i am not able to take out
the idea regarding
how to implement the concept for large databases where the tables r
containing 1000s of records

Problem is:I cannot save the dataset in session as it will b too
costly and all the time i cannot access the database as database
transasction require costly operations
can anyone plz tell me the solution regarding optimizing this problem
That's why one uses a SQL Server State server, where you can hold a dataset
in Session. And I don't see why you cannot use ADO.NET's transactional
features. It's just as costly having to go back to SQL Server, pulling
those records over again and again, because the user is going to or
returning to the page. This is also a question for a ASP.NET NG, which is on
msnews.micorsoft,com as well.

Sep 15 '07 #2
The solution is over at the asp.net newsgroup:
http://msdn.microsoft.com/newsgroups...k.aspnet&fltr=

-- this is the C# language group, which really doesn't cover ASP.NET paging.
--Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"su**********@gmail.com" wrote:
Actually i am really confused regarding paging activity

I want to implement paging in asp.net but i am not able to take out
the idea regarding
how to implement the concept for large databases where the tables r
containing 1000s of records

Problem is:I cannot save the dataset in session as it will b too
costly and all the time i cannot access the database as database
transasction require costly operations
can anyone plz tell me the solution regarding optimizing this problem

Sep 16 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Alex Vorobiev | last post by:
admittedly, this SP is probably a mess given that I am not a TSQL pro. its purpose is to, based on the arguments, do 1) paging or 2) return prev/next ids for a given record. it does the job, but...
0
by: ck388 | last post by:
For some reason when I enable the callback feature of the gridview I still get a page refresh, that is it seems like there is a postback that occurs, not a callback which is just supposed to update...
2
by: asad | last post by:
Hello friends, i am designing a ASP.NET page where i want to use custom paging bcoz data is too heavy so pls tell me how can i use custom paging in ASP.NET Thanks
7
by: sameer | last post by:
Hi all, Application environment : VB.Net desktop application,.NET 1.1 Framework, VS 2003. communicates between the database and the application is done over webservices using ADO.NEt Datasets....
2
by: farhad13841384 | last post by:
Hi , I Hope You fine. I have some problem with this code for paging in asp.net this bottom code work correctly without any error but when I try to place separate code in .VB file then error is...
0
by: anonieko | last post by:
This approach I found very efficient and FAST when compared to the rowcount, or Subquery Approaches. This is before the advent of a ranking function from DB such as ROW_NUMBER() in SQL Server...
2
by: rn5a | last post by:
In a shopping cart app, a ASPX page retrieves the order details & personal details of a user from a MS-Access database table depending upon the username of the user. The order details of a...
3
by: Ronald S. Cook | last post by:
I was told that if calling lots of records from the database (let's say 100,000), that the GridView's paging feature would automatically "handle" everything. But the 100,000 records are still...
5
by: Donald Adams | last post by:
Hi, I will have both web and win clients and would like to page my data. I could not find out how the datagrid control does it's paging though I did find some sample code that says they do it...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.