S
SSP
I just can't seem to get the DeleteCommand and UpdateCommand work in a
datagrid.
My setup includes Visual Studio.NET 2003, C# Web Application.
I can very easily create the oleDbConnection, oleDbDataAdapter, the Dataset
and bind to the DataGrid.
I just don't know what to write to be able to Update and Delete tables.
private void DataGrid2_DeleteCommand(object source,
System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
????
}
:-(
SSP
datagrid.
My setup includes Visual Studio.NET 2003, C# Web Application.
I can very easily create the oleDbConnection, oleDbDataAdapter, the Dataset
and bind to the DataGrid.
I just don't know what to write to be able to Update and Delete tables.
private void DataGrid2_DeleteCommand(object source,
System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
????
}
:-(
SSP