ASP.NET paging help
- From: "Elton Wang" <anonymous@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 3 Apr 2005 10:09:25 -0700
Follwing sql query gives paging result (5 records for each
page):
SELECT Top 5 * FROM table_name WHERE pk_field > @pk_id
ORDER BY pk_field
HTH
Elton Wang
elton_wang@xxxxxxxxxxx
>-----Original Message-----
>Hello friends, i'm bit confused about paging in ASP.NET
pls tell me how can i
>do paging my database results in ASP.NET without using
Datagrid server
>control pls help me out.
>Thanks
>Bye
>.
>
.
- References:
- ASP.NET paging help
- From: asad
- ASP.NET paging help
- Prev by Date: Re: Window.setInterval not working from asp.net
- Next by Date: Handle end session for win authentication
- Previous by thread: Re: ASP.NET paging help
- Next by thread: Handle end session for win authentication
- Index(es):
Relevant Pages
|