Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I'd like to display items I select in gridview (get from database) to be populated into another gridview in another page of my shopping cart.

I managed to do this except for the part where items are populated into another gridview.

Can someone help me please ? I've been looking for something for 3 days. There' not 1 clear tutorial on the whole net on how to do it clearly. ( I am noob ). For further understanding of my problem pls take a look at:

http://forums.asp.net/t/1558976.aspx[^]

Thank you
Posted

Your grid view will bind to any array. However, to save session state, you'd do better to store the ids of items you have in your cart only, then read the rest of the data from your database, and then display like you would any other grid view. If you're really this inexperienced, the question is, are you writing this for your own use ? It doesn't seem to me based on this that you should be writing it for someone else to use, so if you're writing for yourself, you should consider just buying a component to do this, and save yourself the hassle.
 
Share this answer
 
This is for my thesis. Nothing fancy and big. Just need some help because obviously if I buy it I get a nice big F :(
 
Share this answer
 
Comments
Sandeep Mewara 20-May-10 14:27pm    
Reason for my vote of 1:
Use the comment feature to reply back a certain answer instead of pushing an answer button!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900