TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shibly Sadik
NA
167
139k
Add data from List to database in mvc
Jul 1 2015 2:02 AM
I am developing a simple shopping cart in asp.net mvc. I created a list and stored the list item in a Session variable
called Session["cart"].
List<Item> cart=(List <Item>) Session["cart"];
Where Item is a class inside controller folder.
Now how can i store the records from Session["cart"]
to my database table called "Orders"??
Reply
Answers (
4
)
Edit,Delete and Add in MVC without EF?
Error in IIS Configuration