I need to post the data from an Order-Details Page..
I have a page with fields for Order Info. Inside it is a user control for the Details Info. New rows can be added to the details info.
Here are the fields:
Order
Customer (textbox) Order Date (textbox)
Details(multiple)
Description (textbox) Qty (textbox) Price (textbox) Amount (textbox)
When i click the Submit button. I need to get the values of Order and Details and pass it in the controller.
How can i do this in MVC?
By the way, this is Create page.. so Order ID is not yet generated