Create/Edit/Save data in a jQuery pop-up for ASP.NET-MVC and Linq2Sql
Posted
by RememberME
on Stack Overflow
See other posts from Stack Overflow
or by RememberME
Published on 2010-03-22T16:18:22Z
Indexed on
2010/03/22
16:21 UTC
Read the original article
Hit count: 406
I have a MVC page which allows creation and editing of a subcontract. When the user has to select a company for the subcontract, I would like for them to have the option to create a new company. I've made a jQuery pop-up with the company fields, but I don't know how to then save this information to the company table. I would also like to be able to use the same pop-up to allow the user to edit the information for an existing company, but need direction in how to send the information to the pop-up.
© Stack Overflow or respective owner