Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Paging data

Status
Not open for further replies.

JoeCool32

Programmer
Sep 26, 2002
50
US
I'm trying to make a page that will take SQL records and present them as it's done in a search results page (essentially paging data): with links to the previous and next 20 records, plus a count of how many records there are on the current page and also the ability to delete a record off the page. It's a lot of stuff I've never done before and I'm not sure where to begin. [3eyes] Can anyone start me off in the right direction (w/o referencing datagrids, since my lead doesn't like them)?

JJ [peace]

"Ignorance and prejudice and fear walk hand in hand" - Witch Hunt, by Rush
 
Hi,

If you are using a datagrid you use the properties of the datagrid to allow paging.

If you want to use a datalist or something else,
you can do paging with the "PagedDataSource".

Following article will help you:

Kind regards,
T.
 
you can also use the DataGrid and edit its ItemTemplate tag to act (more or less) like a datalist.

--------------
:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top