navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

RE: Paging rdouglas

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> RE: Paging rdouglas
Page: <<   < prev  1 [2]
 
rdouglass

 

Posts: 9280
From: Biddeford, ME USA
Status: offline

 
RE: Paging rdouglas - 11/15/2002 15:43:11   
Maybe something like this for the first page (based on what you started with - querystrings):

<%
For i = 1 to Request.Form(" position" ).Count

if Request.Querystring(" position" )(i)=" 1" then choice1=" yes"
if Request.Querystring(" position" )(i)=" 2" then choice2=" yes"
if Request.Querystring(" position" )(i)=" 3" then choice3 =" yes"
Session(" position" & i) = Request.Querystring(" position" )(i)

Next
%>

And for subsequent pages:

<%
For i = 1 to Request.Form(" position" ).Count

if Session(" position" & i)=" 1" then choice1=" yes"
if Session(" position" & i)=" 2" then choice2=" yes"
if Session(" position" & i)=" 3" then choice3 =" yes"

Next
%>

At least I think that' s what you' re after....

(in reply to John316)
Page:   <<   < prev  1 [2]

All Forums >> Web Development >> ASP and Database >> RE: Paging rdouglas
Page: <<   < prev  1 [2]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts