473,322 Members | 1,526 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.

Paging (SQL) without the datagrid in ASP.NET?

Hi,

I am able to display data and "page it" using the data grid. I don't
want the overhead and I need to format the data in a easy way.

How can you do paging in ASP.NET (using VB) without the datagrid (so
the data is displayed in HTML tables with hyperlinks to the next "page"
of data and the start and end of the dataset)?

Please post examples (in VB) and/or post any URL that show this
example.

Thanks!

Phin

Nov 22 '05 #1
3 1557
Phin

The url below has several examples demonstrating how to page through a
recordset.

http://www.aspfaq.com/show.asp?id=2120
- Peter Ward
WARDY IT Solutions
"Phin" wrote:
Hi,

I am able to display data and "page it" using the data grid. I don't
want the overhead and I need to format the data in a easy way.

How can you do paging in ASP.NET (using VB) without the datagrid (so
the data is displayed in HTML tables with hyperlinks to the next "page"
of data and the start and end of the dataset)?

Please post examples (in VB) and/or post any URL that show this
example.

Thanks!

Phin

Nov 22 '05 #2
Here's a good article about paging that doesn't require a datagrid. The
examples are in VB.NET, as requested.
http://aspnet.4guysfromrolla.com/articles/091003-1.aspx

And here's another:
http://www.dotnetindex.com/articles/...ayr%2Fpagingre

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Phin" <mr******@yahoo.com> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
Hi,

I am able to display data and "page it" using the data grid. I don't
want the overhead and I need to format the data in a easy way.

How can you do paging in ASP.NET (using VB) without the datagrid (so
the data is displayed in HTML tables with hyperlinks to the next "page"
of data and the start and end of the dataset)?

Please post examples (in VB) and/or post any URL that show this
example.

Thanks!

Phin

Nov 22 '05 #3
Thank you Peter and Steve for the links! Looks like what I need!

Phin

Steve C. Orr [MVP, MCSD] wrote:
Here's a good article about paging that doesn't require a datagrid. The examples are in VB.NET, as requested.
http://aspnet.4guysfromrolla.com/articles/091003-1.aspx

And here's another:
http://www.dotnetindex.com/articles/...ayr%2Fpagingre
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Phin" <mr******@yahoo.com> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
Hi,

I am able to display data and "page it" using the data grid. I don't want the overhead and I need to format the data in a easy way.

How can you do paging in ASP.NET (using VB) without the datagrid (so the data is displayed in HTML tables with hyperlinks to the next "page" of data and the start and end of the dataset)?

Please post examples (in VB) and/or post any URL that show this
example.

Thanks!

Phin


Nov 22 '05 #4

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

Similar topics

3
by: Phin | last post by:
Hi, I am able to display data and "page it" using the data grid. I don't want the overhead and I need to format the data in a easy way. How can you do paging in ASP.NET (using VB) without the...
0
by: Doug Brown | last post by:
I have setup a page to search a database and display the results in a datagrid. I have set the datagrid to show 25 records at a time. This works fine until I click the link to go to the second...
6
by: Dee | last post by:
Hi The paging numbers of my DataGrid dont actually page. What can be the cause? Everyting else seems to work. Thanks Dee
2
by: Axel Dahmen | last post by:
Hi, I'm using a DataGrid control to show a table's content with paging. For navigation through the pages I'm using the DataGrid's intrinsic navigation section. My problem: The DataGrid...
4
by: karunakar rao | last post by:
Hi All I need some help. I have been populated 50,000 Records in asp.net C# datagrid. Ever page has 10 records Example "<< Prev 1 2 3 4 5 6 7 8 9 10 Next>> Iam showing like that in my...
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...
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...
8
by: Donald Adams | last post by:
I heard in an online video by Scott Gu, that there is an option to have the asp.net datagrid in .net 2.0 do the paging in SQL Server 2005 rather than pull all the data from the database and do it...
3
by: rlogics | last post by:
Please provide me with information on how to use SQL database Paging in ASP.Net without using DataGrid,DataRepeater,DataList Etc. Just Plane Paging
6
by: cmrchs | last post by:
Hello, I have set the Allowpaging property to true in a standard DataGrid- control (System.Web.UI.WebControls). when run in the browser i get the first records in the first page, there are 5...
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...
1
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...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
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: 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.