View Single Post
  #1 (permalink)  
Old Sep 25th, 2004, 04:03
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
passing recordset to next page?

How can i set a session to one of my recordset..?

PAGE 1
Code: Select all
<%
Address = <%addressRecordset%>
Session ("address")= Address
%>
In the next page i want to display the value...
PAGE 2
Code: Select all
<%response.write Session ("address")%>
i know this code does not working,
i just want to show what is my idea,
can anybody help me?