Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to perform a CRUD operation on temporary grid. (For Eg. ProductName, size, Quantity, Amount). I Have created a class of product(Entity) with all properties.
The functionality is:
The user can add multiple products at a time and it saved to temporary table(note: not hit to database). As well as he can perform the CRUD operation on temporary saved data.
After adding all the products, finally all data will be saved to database at a time.

I am using MVC4 with EntityFramework Code First and SQL Server 2008 database. I dont want to use EntityDataModel for database(not in current solution), my database is on remote server.

I am looking for a solution.
Thank You.
Posted

1 solution

if you don't want to use remote database ,you can use txt or sqllite or acess as your database simplely .
 
Share this answer
 
v2

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