Click here to Skip to main content
15,908,115 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi i am developing a ecommerce website ..
in which i have mainly 3 pages search page , item page and cart page.
if i select one product from search page it will redirects to item page and displays all the details of the product which i selects, and in that there is a button called "add to cart" if i click on that i need the products details to be displayed in cart page where in cart page i have included a grid view in that grid view i need to display the item name, item description , image, quantity and price.. please help me for displaying the details in gridview and the code behind cartbutton
Posted

Seems like in hurry of getting answer, you forgot to post the "question". I can't see any question here !
 
Share this answer
 
i had posted the question ... check out the last sentence.. " displaying the details in gridview and the code behind cartbutton "
 
Share this answer
 
Comments
MT_ 25-Oct-12 9:08am    
Use comment rather than keep posting as "solution". Anyway, it is still not clear what you have tried and what is the problem that you faced. Some more details will help.
sreeCoderMan 25-Oct-12 9:33am    
i need c# code .... let me explain it...
i have 3 pages
1. Search.aspx
2. Item.aspx
3. cart.aspx
in search page i have displayed all the products by categories and
if i click any of the product it will redirects to item.aspx and displays all details like product name, product cost, product description, product image.
and in item.aspx page there is a button "add to cart" ( i need code for add to cart button click event) so if i click on that button(addtocart) i should get product name , product description, product price, product image to be displayed in gridview which is in cart.aspx... my question is how to display all these values in that gridview and the code behind that button
sreeCoderMan 2-Nov-12 1:29am    
guys help me ............... :(

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