Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I am new to ASP.NET and MVC.

I have a situation to submit a sales form which have a Master and detail table.

I want the user to input data to the jQGrid only client side, and it doesn't need to be saved to the table while adding. Once the user gives all inputs to the form and submits the form along with the grid data, I need to get all the data in the controller.

I know that, using formcollection i can get the HTML element data inside the controller. But, I don't know how to pass the entire grid data while submitting the form.

Hope you understand the situation. Please help.

Thanks and Regards
Posted
Updated 22-Mar-11 9:59am
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