G
Guest
I use VB .NET 2003 and here's the code:
MyDatagrid.datasource = MyDatset.Tables("MyTable").DefaultView
It seems that if I enter new values into the datagrid, the dataset gets
updated. My question is if the dataset raises any event when its data get
updated through the datagrid.
Thanks.
MyDatagrid.datasource = MyDatset.Tables("MyTable").DefaultView
It seems that if I enter new values into the datagrid, the dataset gets
updated. My question is if the dataset raises any event when its data get
updated through the datagrid.
Thanks.