Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am currently researching making a shoping cart in ASP.NET using C#.
I have lots of quetions in my mind.
I have been google searching for some information on shoping carts. I have researched the shoping cart, and now I am taking a look at the admin panel of the shoping cart (Where I have to delete products and upload new products and do other things). Then I came accross something saying that images can be retireved and saved in SQL database. When we open the web site then we can see the products. What about those ones, are these static products or retriving from the database and how to search the products if we want to???
Can anyone here give me a good referance article on admin panel of the shoping cart system?

Its a little confusing for me.
Posted
Updated 7-Jun-11 12:01pm
v2

Yes, you can store images in your DB, but it's not always a great idea to do so. Tons of info on google. Perhaps you need to do some more research, and try to ask more specific questions?
 
Share this answer
 
Refer to the official ASP.NET site with tons of tutorials and explanations for all kinds of cases ( e.g. how to bind a datasource to your webpage, how to do authorisation etc etc)

http://www.asp.net/[^]
 
Share this answer
 
Comments
That's Aragon 8-Jun-11 4:07am    
In addition provided solution,there are significant number of free eCommerce solutions are available. Take a look at http://www.microsoft.com/web/gallery/categories.aspx?category=eCommerce. This will help you to get basic idea regarding the shopping cart base website. You can use one of them which best suits to your requirement or also you can take reference from them.
Legor 8-Jun-11 6:00am    
Thanks for the additional info.

For example nopCommerce sounds promising http://www.microsoft.com/web/gallery/nopcommerce.aspx

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