User526701204 posted
Take it easy on me, I'm learning!
I am making a VB application for writing work orders. In the admin section you can define employees, departments and so on.
I had originally used a Gridview to edit/delete and display the information. With some simple controls I was able to add new information to the tables.
To spruce things up I changed the Gridview to a Repeater and used jquery to make a nice looking display. Then I added a button to open a ajax Modal popup with fields to enter a new record.
Once I added the modal none of my code will work for adding records.
I am having a hard time figuring out what exactly I need to learn to add new records from the popup window.
Thanks in advance!