Click here to Skip to main content
15,898,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys i got an inquiry about displaying Original price, and promotion price in c# shopping cart, how can i go about doing it, in regards to database and coding part =(

I managed to retrieve the product details including the price to grid view from database, but now i need to retrieve one more thing, which is the promotion price and i will need to strip off the price and displays promotion price in the web page. How can i go about doing it?

Thanks in advance for solutions provided

Same as the list price and Current Price shown in this web site.
http://www.docstoc.com/docs/36050823/Beginning-ASPNET-20-with-C
Posted
Updated 17-Mar-11 14:42pm
v3

1 solution

Get them from the database and show them...
Without a little more information, do you really expect us to be able to give you even the slightest bit of a good answer?

If you want to know a little about shopping carts, check out some of these links

Shopping Cart using C#.NET, Web Forms and SQL Server[^]
http://www.asp.net/Default.aspx?tabindex=9&tabid=47[^]
 
Share this answer
 
Comments
Espen Harlinn 17-Mar-11 18:43pm    
Good links - instructive, my 5
Albin Abel 18-Mar-11 1:20am    
Good links. It is all about database design which makes life easier. My 5

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