게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
페이징관련해서 질문좀 드립니다. |
---|
작성자: 이석환
작성일시: 2008-08-24 17:29,
조회수: 1,099
|
10개씩 뿌리는건데여 2페이지로 가면 2페이지것이 보여야 하는데 1페이지것이 보여여 어떻게 고쳐야 하나여? 때에따라서 PageSize 가 바뀔수도 있습니다.
전체게시물 과 현재페이지 숫자는 페이지 넘기면 정상으로 변하고 있습니다. <% Page = injec(Request("page")) PageSize = 10 if page="" then page=1 end If with cmd .ActiveConnection = db .CommandText = "board_list" .CommandType = adCmdStoredProc .Parameters.Append .CreateParameter("@PageSize", adInteger, adParaminput, 10,PageSize) .Parameters.Append .CreateParameter("@TotalRecordCnt", adInteger, adParamoutput, 10) .Parameters.Append .CreateParameter("@TotalPage", adInteger, adParamoutput, 10) .Execute ,, adExecuteNoRecords TotalRecordCnt= .Parameters("@TotalRecordCnt").Value TotalPage = .Parameters("@TotalPage").Value End with Set rs = cmd.Execute If Not Rs.EOF Or Not Rs.BOF Then Dim ArrList : ArrList = Rs.GetRows() End If %> <table width="600"> <tr> <td>전체게시물 <%=TotalRecordCnt%> 개 현재페이지 : <%=page%> / <%=TotalPage%> </td> </tr> </table> </tr> <% Num = TotalRecordCnt - (page * pagesize) + pagesize LoopCount = UBound(ArrList,2) For i = 0 To pagesize-1 '아무래도 여기서 잘못된거같은데 이런저런 방법을 해봐도 안되네여 도와주세여 ㅜㅜ name=ArrList(0,i) email=ArrList(1,i) content=ArrList(2,i) %> <tr> <td><%=Num%></td> <td><%=email%></td> <td><%=content%></td> </tr> <% Num = Num - 1 If num=0 Then Exit For End If Next Intstart=(int((Page-1)/10)*10)+1 IntEnd=IntStart+9 if int(IntEnd) >= int(TotalPage) then IntEnd=TotalPage end if if IntStart > 10 then response.write "<A href=list.asp?Page="& IntStart-1 & Url &">[Prev]</a>" end if For i=IntStart to IntEnd if i=int(Page) then response.write "<b> "&i&" </b>" else response.write "[<a href=list.asp?Page="& i & Url &">" & i & "</a>]" end if Next if IntEnd < TotalPage then response.write "<A href=list.asp?Page="& IntEnd+1 & Url &">[Next]</a>" end if %> |
IP 주소: 222.112.2.248
|
전체 2,095 건의 게시물,
84 페이지로 구성된
ASP, ASP.NET, IIS & Script 게시판의
13 페이지입니다.
게시물 | ||||
---|---|---|---|---|
1,863 |
김종식 |
2008-08-28 | 914 | |
1,862 | 2008-08-29 | 3,691 | ||
1,860 | 2008-08-26 | 5,026 | ||
1,859 | 2008-08-26 | 3,832 | ||
1,858 |
re: 안녕하십니까 송원석님 [1] |
2008-08-28 | 3,660 | |
이석환 |
2008-08-24 | 1,099 | ||
1,856 | 2008-08-25 | 3,738 | ||
1,854 |
김종식 |
2008-08-06 | 1,030 | |
1,853 | 2008-08-07 | 4,716 | ||
1,852 |
김종식 |
2008-08-05 | 1,145 | |
1,851 | 2008-08-05 | 3,793 | ||
1,850 | 2008-07-22 | 4,274 | ||
1,849 | 2008-07-22 | 4,325 | ||
1,848 | 2008-07-03 | 4,679 | ||
1,847 | 2008-07-03 | 4,328 | ||
1,846 |
김종식 |
2008-07-03 | 1,278 | |
1,845 | 2008-07-03 | 4,080 | ||
1,844 | 2008-07-03 | 6,245 | ||
1,843 | 2008-07-03 | 5,059 | ||
1,842 |
달나라행님 |
2008-06-28 | 1,729 | |
1,841 | 2008-06-29 | 4,818 | ||
1,840 |
김종식 |
2008-06-27 | 1,412 | |
1,839 | 2008-06-27 | 4,147 | ||
1,837 | 2008-06-26 | 4,242 | ||
1,836 | 2008-06-23 | 4,333 |