Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,

please help me, am in risk..

My team head assign a task,

Task:

Master and Detail Form using Stored procedure in mvc 4.

Master Form:

Supplier ID:
Supplier Name:
Reecipt Date:
TOtalStock Delivered:

Detail Form:
Add Product - [Button]

ProductCode ProductName OrderedQty ReceivedQty Price

Lap 23 abc Laptop 20 12 $20


Save - [Button]

when i click a add product button it will add new record in grid and search product in product
page(it should be a partial view) and add in to grid.

Finally click a save button save both master and detail form data in database.
please any one help me...

Thanks in advance..!

Mail id: vinom1389@yahoo.com
Posted
Updated 19-Sep-14 20:21pm
v2
Comments
Hussainp 20-Sep-14 2:54am    
Your page contain those input text boxes and after filling the form, when you click the save button that entry will added to database and those details will show in a gried with in the same page..Am I right?
Your grid explanation is little confusing!!!

1 solution

To create master details form using MVC; refer the article:

Master-Details using ASP.NET MVC[^]
 
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