PDA

View Full Version : Need help with ASP.NET C# ASAP!


Dominator19
05-20-2010, 05:11 AM
Ok ill make it easier...

How can i transfer values from a GridView on the Products.aspx to the Cart.aspx page?

The gridview has a select column...so how can i copy the values of the selected row to the cart page?

Mike_O
05-24-2010, 03:31 PM
Hey Dominator19,

Well, here is a way you can access controls from a previous page: http://quickstarts.asp.net/QuickStartv20/aspnet/doc/tipstricks/default.aspx

Mike