Hi, I have a gridview that takes information from a MS Access database. The gridview is populated with information that is inserted into the database via a form. I would like to give the user the option to edit the row's if there is a mistake or something needs to be changed. I was hoping to use a modal popup when the edit button is selected that would hold a form with the details already listed and the user can simply alter the data that needs changed. Is this possible? if so how would I do it.
Thanks in advance.