Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to download data from the URI??? Pin
Manish Malhotra12-Jul-07 23:04
Manish Malhotra12-Jul-07 23:04 
AnswerRe: How to download data from the URI??? Pin
N a v a n e e t h12-Jul-07 23:18
N a v a n e e t h12-Jul-07 23:18 
AnswerRe: How to download data from the URI??? Pin
SHatchard13-Jul-07 1:05
SHatchard13-Jul-07 1:05 
QuestionPaging through Recordset and Database Pin
virendra_00712-Jul-07 22:51
virendra_00712-Jul-07 22:51 
AnswerRe: Paging through Recordset and Database Pin
Abolfazl Sheikhloo12-Jul-07 23:04
Abolfazl Sheikhloo12-Jul-07 23:04 
GeneralRe: Paging through Recordset and Database Pin
N a v a n e e t h12-Jul-07 23:15
N a v a n e e t h12-Jul-07 23:15 
GeneralRe: Paging through Recordset and Database Pin
Abolfazl Sheikhloo12-Jul-07 23:33
Abolfazl Sheikhloo12-Jul-07 23:33 
AnswerRe: Paging through Recordset and Database Pin
N a v a n e e t h12-Jul-07 23:13
N a v a n e e t h12-Jul-07 23:13 
virendra_007 wrote:
am implementing pagin in my project where I am showing around 10 recordset per page


What control you are using to show the results ? Is it a datagrid/gridview ? Both supports paging. You can set allowpaging=true and set the pagesize. This method for paging implementation is very easy.

But efficient way will be doing the manual paging. First you need to find the total page by totalrecords/pagesizesize. Then depending on the page number you need to fetch only 10 records(your page size) from the database for that page. So your page may look like this www.yourdomain.com/yourpaging.aspx?page=1.




GeneralRe: Paging through Recordset and Database Pin
rashadaliarshad13-Jul-07 0:29
rashadaliarshad13-Jul-07 0:29 
QuestionHtml tool tip.........., Pin
Member 387988112-Jul-07 22:09
Member 387988112-Jul-07 22:09 
AnswerRe: Html tool tip.........., Pin
mareers12-Jul-07 22:31
mareers12-Jul-07 22:31 
AnswerRe: Html tool tip.........., Pin
N a v a n e e t h12-Jul-07 22:37
N a v a n e e t h12-Jul-07 22:37 
AnswerRe: Html tool tip.........., Pin
ballameharmurali12-Jul-07 22:54
ballameharmurali12-Jul-07 22:54 
AnswerRe: Html tool tip.........., Pin
Vasudevan Deepak Kumar12-Jul-07 23:18
Vasudevan Deepak Kumar12-Jul-07 23:18 
QuestionHow to Generate Reports using Report Viewer Pin
ballameharmurali12-Jul-07 21:16
ballameharmurali12-Jul-07 21:16 
AnswerRe: How to Generate Reports using Report Viewer Pin
Paul Conrad13-Jul-07 12:18
professionalPaul Conrad13-Jul-07 12:18 
QuestionShow record more then one page Pin
Y_Kaushik12-Jul-07 21:16
Y_Kaushik12-Jul-07 21:16 
AnswerRe: Show record more then one page Pin
_AK_12-Jul-07 21:24
_AK_12-Jul-07 21:24 
AnswerRe: Show record more then one page Pin
Sathesh Sakthivel12-Jul-07 21:30
Sathesh Sakthivel12-Jul-07 21:30 
AnswerRe: Show record more then one page Pin
Y_Kaushik12-Jul-07 21:38
Y_Kaushik12-Jul-07 21:38 
QuestionHow to implement Ajax Validator Callout Control Pin
codingrocks12-Jul-07 21:14
codingrocks12-Jul-07 21:14 
AnswerRe: How to implement Ajax Validator Callout Control Pin
Pallavi Bhoite13-Jul-07 20:57
Pallavi Bhoite13-Jul-07 20:57 
Questionhi friends, Pin
Anoop_Ravindran12-Jul-07 20:43
Anoop_Ravindran12-Jul-07 20:43 
AnswerRe: hi friends, Pin
_AK_12-Jul-07 20:55
_AK_12-Jul-07 20:55 
AnswerRe: hi friends, Pin
Member 387988112-Jul-07 22:22
Member 387988112-Jul-07 22:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.