<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017679" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017679</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through-and-show-columns#comment-1103539</link>
    <description> &lt;p&gt;Thank you peter for all you help. I also had to move &lt;/p&gt;
&lt;p&gt;For intRecord = 1 To objrs.PageSize&lt;br /&gt;
objrs.MoveNext&lt;br /&gt;
If objrs.EOF Then Exit For &lt;/p&gt;
&lt;p&gt;to under:&lt;/p&gt;
&lt;p&gt;ELSE Response.Write &quot;Sorry, there are no records in our database.&lt;/p&gt;
&lt;p&gt;Again thanks for you help.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2002 22:05:17 +0000</pubDate>
 <dc:creator>venom</dc:creator>
 <guid isPermaLink="false">comment 1103539 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through-and-show-columns#comment-1103502</link>
    <description> &lt;p&gt;Just realized something! For the paging to work you have to move this line:&lt;/p&gt;
&lt;p&gt;objrs.AbsolutePage = intPage &lt;/p&gt;
&lt;p&gt;Under this line:&lt;/p&gt;
&lt;p&gt;IF Not objRS.EOF THEN &lt;/p&gt;
&lt;p&gt;Then everything should work! Your query was executing before it knew what page it was on, so it was always on the first page.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2002 14:04:50 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1103502 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through-and-show-columns#comment-1103499</link>
    <description> &lt;p&gt;paging was working fine when I went to that link....&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Feb 2002 13:44:05 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1103499 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through-and-show-columns#comment-1103424</link>
    <description> &lt;p&gt;Ok, that worked but now it will not go onto the next set of records.. page and be viewed here.. &lt;a href=&quot;http://www.finalphase.org/testsites/crazy/test.asp&quot; class=&quot;bb-url&quot;&gt;http://www.finalphase.org/testsites/crazy/test.asp&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Feb 2002 22:53:09 +0000</pubDate>
 <dc:creator>venom</dc:creator>
 <guid isPermaLink="false">comment 1103424 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through-and-show-columns#comment-1103370</link>
    <description> &lt;p&gt;Venom,&lt;/p&gt;
&lt;p&gt;It looks like you&#039;re executing the complete Recordset, try changing this line:&lt;/p&gt;
&lt;p&gt;Do WHILE NOT objRS.EOF &lt;/p&gt;
&lt;p&gt;To:&lt;/p&gt;
&lt;p&gt;Do While recCount &amp;lt; objrs.PageSize AND Not objRS.EOF&lt;/p&gt;
&lt;p&gt;You will have to change your objRS.PageSize to 12 if you want to show 3x3, otherwise you will only get 3x1.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Feb 2002 14:21:35 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1103370 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through-and-show-columns#comment-1103355</link>
    <description> &lt;p&gt;woops.. you can view the page at &lt;a href=&quot;http://www.finalphase.org/testsites/crazy/test.asp&quot; class=&quot;bb-url&quot;&gt;http://www.finalphase.org/testsites/crazy/test.asp&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Feb 2002 10:54:56 +0000</pubDate>
 <dc:creator>venom</dc:creator>
 <guid isPermaLink="false">comment 1103355 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
