J
James McGivney
In VS.Net ASP.net I have a web page. On the web page is
a datagrid. The datagrid is named AnteGrid and I
populate it from a Microsoft Access table named Ante,
using AnteConnection1, AnteAdapter1 and a dataset named
Ante11 whose DataSetName is Ante1. The Ante Table
contains the 5 fields: ID, Sex, Race, DOB, Age
I am "using System.Data.OleDb;"
I believe I have the edit, delete and cancel buttons and
events on AnteGrid properly configured. I am in need of
sample code to implement the update button (event). Code
samples would be appreciated.
Thanks,
Jim
a datagrid. The datagrid is named AnteGrid and I
populate it from a Microsoft Access table named Ante,
using AnteConnection1, AnteAdapter1 and a dataset named
Ante11 whose DataSetName is Ante1. The Ante Table
contains the 5 fields: ID, Sex, Race, DOB, Age
I am "using System.Data.OleDb;"
I believe I have the edit, delete and cancel buttons and
events on AnteGrid properly configured. I am in need of
sample code to implement the update button (event). Code
samples would be appreciated.
Thanks,
Jim