Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Carrying over Values

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,25225
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> Carrying over Values
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Carrying over Values - 8/23/2005 4:52:05 AM   
  petcucumber

 

Posts: 1
Score: 0
Joined: 8/23/2005
Status: offline
Hello im new

I have a problem where i want to update some values in an Acess database, when traversing from one page to another i want only the values displayed from the specific table i wish to update to be shown.

eg: if i wanted to update a process, when i click on the hyperlink of that process i want only that process displayed for update. In short it carries over only the values i wish to update from the previous ASP.

here is some code::

While ((Repeat1__numRows <> 0) AND (NOT Start.EOF))
%>
       <tr>
           <td><div align="center"><a href="<%=("Update.asp")%>" target="_blank"><%=(Start.Fields.Item("Doc_ID").Value)%></div>
  </td>
           <td><div align="center"><%=(Start.Fields.Item("Description").Value)%></div>
           </td>
           <td><div align="center"><%=(Start.Fields.Item("LastSaved").Value)%></div>
           </td>
           <td><div align="center"><%=(Start.Fields.Item("SavedBy").Value)%></div>
           </td>
           <td><div align="center"><a href="<%=(Start.Fields.Item("Link").Value)%>"         target="_blank"><%=(Start.Fields.Item("Link").Value)%></a></div></td>
       </tr>


where it links to update.asp above i want only the DOC_ID i clicked on to be updated and all the values of that Doc_ID to be carried over to the next page and waiting for the user in the update.asp form.
 
 
Post #: 1
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> Carrying over Values Page: [1]
Jump to:





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