Summary
Keywords
Full Transcript
Link for all dot net and sql server video tutorial playlists https://www.youtube.com/user/kudvenkat/playlists?sort=dd&view=1 Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2015/07/jquery-dialog-save-to-database.html Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help. https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation=1 In this video we will discuss, how to save jQuery modal dialog data to a database table. Here is what we want to achieve 1. When the page initially loads, retrieve all the employee rows from the database and display them in a table on the web page 2. When "Add New Employee" button is clicked, jQuery modal popup should be displayed 3. After entering the employee details, and when "Create" button is clicked, the data should be saved to the database and the popup should close automatically 4. The newly added employee should be displayed in the table on the web page 5. If the cancel button ic clicked the dialog should be closed without adding the employee to the database
