data sending

A

amatuer

i used a check box in a loop:
<input type="checkbox" name="Inv" id="Inv" value="<%= rstMain("TR_ID")
%>">

n transfered the value to the next page...wats the best way to transfer
the data to a 3rd page
 
B

Bob Barrows [MVP]

amatuer said:
i used a check box in a loop:
<input type="checkbox" name="Inv" id="Inv" value="<%= rstMain("TR_ID")
%>">

n transfered the value to the next page...wats the best way to
transfer the data to a 3rd page

You have a couple options:
1. Store the value somewhere the next page can get it: in a database, in a
cookie, in a file on the server, in Session or in Application
2. If redirecting, include the value in the querystring of the url in your
Response.Redirect statement
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,056
Members
48,769
Latest member
Clifft

Latest Threads

Top