i want to add data to a DB using a modal pop-up of a .aspx page.
so i have a grid with some SQL table data on employees. i want to have a button or link somewhere on this page to enable users to add records to the DB and then have the grid refresh to show the new data.
i have a addEmployee.aspx that i want to pop-up in a modal window (and dark out the underlying page like i see on some sites) that lets users enter data and save to the db within addEmployee.aspx. this page has all the sql and validation logic encapsulated in it for this work. when the add is done i want to alert the user it went (probably best after closing the pop-up and displaying a message on the main page, also i want to refresh the data grid info from the DB so that it will reflect the new record added.
can someone point me in a direction to get this type of functionality without having to code fro weeks to get it.
if you have a better solution, i am all ears !!!
thanks