Add new rows and send data to SQL
Add new rows and send data to SQL
I'm new, so excuse my ignorance. I've been able to implement DataTables and am using jQuery to create a modal dialog to insert new rows into a DataTable in a MVS2 app using fnAddData. I'm not sure if this is the correct method or not. What I need to do is get the data toi the back-end SQL Server, but am completely lost on how to do this with DataTables and MVC.
This discussion has been closed.