|
-
Jun 20th, 2005, 09:00 PM
#1
Thread Starter
Lively Member
Ways to collect data to pass between pages?
Hi,
i would like to know other than session varible, are there anyways to collect data that can pass across other apsx pages?
-
Jun 21st, 2005, 02:21 AM
#2
Re: Ways to collect data to pass between pages?
You could also pass the data in your querystring or post it to the next page. It all depends. If it's some data you want available to all pages, you can use ASP.NET session states, else if it's from one page to a few others, use querystrings.
-
Jun 21st, 2005, 06:57 PM
#3
Member
Re: Ways to collect data to pass between pages?
kkc
check this article out
http://aspalliance.com/151
this is what i used to carry values from imput boxes from one page to another. this can get really ugly quickly if you have a lot of values you want to pass.
Edit: Just found this too
http://www.dotnetbips.com/34DAEF63-F...x?articleid=79
Last edited by CommanderEl; Jun 21st, 2005 at 07:01 PM.
-
Jun 21st, 2005, 11:25 PM
#4
Thread Starter
Lively Member
Re: Ways to collect data to pass between pages?
is it possible to create a data table object that can share within multip aspx page?
eg.
data table : dtTemp
aspx : a.apsx, b.aspx .....etc
all *.apsx page can access the dtTemp
each user will have their unique dtTemp within their local computer when the application is running.
is it possible to do this?
i hope my ideal would be clear to you guys.
thanks for any advice or idea.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|