I am using a web user control page.
I have on it a datagrid.
this data grid read information from sql regarding restaurant
information.
I put this web user control page into a web form page(test.aspx).
I only want to use this web form page(test.aspx).
I want to update,add, delete a row/record
from my datagrid.
I want to pass this to a form. So on a update
I want to fill in the form with the row selected values.
on an add just have a form.
and on a delete fill the form
and ask one more time if they want to delete this.
I just want some direction..
Thankyou,
Scott Wiseman