I am looking for the ASP.NET way of doing this, not looking for how to write a function to do it, that would be to easy and to similar to any other language
I have one page with a gridview that is filled up with data using a ObjectDataSource component. If you click a link in that grid, you will go to a page with a detailed look of that product, which is mainly a DetailsView component. Now I need a way to click something on this page to add it to the "cart" (like at amazon) which at the moment is a GridView it selv (but if you have a better idea shout out). The cart is presentet to the user in my master page on every page. And will only be updated from this "detailed product" page.
So what would be the Visual Studio way of copying the data over to that grid in my cart?
Bonus points to everyone remotly trying to help, even you Mendhak
- ØØ -





Reply With Quote