|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Paging Records
Hello...
Anyone plz tell me that how u page b/w multiple records in ASP.NET... Any tutorial???? etc. _____________ Thanks... Nauman Ahmed |
|
#2
|
||||
|
||||
|
ever heard of google?
Google is the answer: http://www.google.com/search?q=paging+records+asp.net
|
|
#3
|
|||
|
|||
|
Improve your sql
hi
most of the time when you require paging of multiple recordset there is always a realtion b/w the recordset try to use this relation to a from new query retrives both data of both the previous recordsets . post up your db schema and your current queries if you need further assitance take care kami |
|
#4
|
|||
|
|||
|
Re: Improve your sql
Hello...
Actually... DataGrid got the attribute that performs pagging of records... I've included it in Datagrid... it shows first five records in the datagrid and then displays ">" to move to next 5 but when I press this one then noting happen... <asp:datagrid id="ResultsHolder" runat="server" PageSize="5" BackColor="White" Design_Time_Lock="True"> _____________ Thanks... Nauman Ahmed |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Paging Records |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|