Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: web user control and datagrids


Message #1 by "Scott Wiseman" <scott.wiseman@f...> on Fri, 13 Dec 2002 09:38:22 -0800
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

  Return to Index