Click here to Skip to main content
15,904,653 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I need to create a shopping cart for my assignment. I am using asp.net 4.0 vb not c#
and this shopping cart should be link to my database which i created
The table in the database is tbl_Product and the fields(column) are Product_id
Product_Name, Picture, Quantity,Description, Price,Product_Category(as foreign key) , Orderline_id(as foreign key). Please i need a quick good and precise response.
With the code in design and the code behind.
VB not c#
Thank you
Posted
Updated 1-Nov-12 10:56am
v2
Comments
Richard C Bishop 1-Nov-12 15:20pm    
The experts are gonna eat you alive with that sort of post. I would think hard about what you just said and then try again.
[no name] 1-Nov-12 17:08pm    
First suggestion create your table of items then try and make a page then ask more specific questions

1 solution

That isn't how it works here.
You try to do your homework, you get stuck, you ask a question.
We answer and try to help you with your task, and hopefully we all learn something along the way.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, or learn the Magic Words: "Do you want fries with that?"
 
Share this answer
 

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