|
-
Jun 9th, 2011, 05:13 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] C# Passing List<> to another Page
Hello all,
Is it possible two pass a List<> from one ASP page to another? If so, any suggestions on how to do this?
Thanks in advance,
Greyskull
Please go to the Thread Tools menu and click Mark Thread Resolved when your post is answered 
If someone helped you today then please consider rating their post.
-
Jun 10th, 2011, 12:09 AM
#2
Re: C# Passing List<> to another Page
Pass it through the Session or the Cache object, that would be the simplest approach.
.
-
Jun 11th, 2011, 08:58 AM
#3
Thread Starter
Hyperactive Member
Re: C# Passing List<> to another Page
Thanks a bunch!
Please go to the Thread Tools menu and click Mark Thread Resolved when your post is answered 
If someone helped you today then please consider rating their post.
-
Jun 26th, 2011, 10:57 AM
#4
Re: [RESOLVED] C# Passing List<> to another Page
One thing to bear in mind here, if the List is VERY big, then using a Session variable may not be the best approach.
Gary
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
|