954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Holding querystrings to use later on

Hey, I've got a question on how to hold querystrings to use later on.
First of all, I'm using ASP.NET c# with an attached ORACLE server and I am working on making a very simple forum-based web-application.

I currently have one page which shows the sections ( which are in the database )
I currently have one page which shows the threads ( which are in the database )

Now, I have a querystring for the ID's of all the sections. So if i click on the first section it shows for example show_threads.aspx?target=1, since it redirects to a new page where all the threads linked to that sections ID should go.

The question is, how can i hold this querystring, so that if i got on the section, it still keeps the ID from the section, so i can only see the threads attached to this ID or start threads that are automaticly placed in this sections ID.

I hope you understand, since i'm still a beginner in programming.
Thanks in advance!

Quindoo
Newbie Poster
1 post since May 2008
Reputation Points: 10
Solved Threads: 0
 

You may have to save it in cookie.
Better go to asp.net forum http://www.daniweb.com/forums/forum18.html and show your question there.

Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You