Home All Groups Group Topic Archive Search About

Datagrid/Dataset Questions?

Author
31 Jan 2006 10:58 PM
John
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.

Author
1 Feb 2006 7:36 AM
I Don't Like Spam
John wrote:
> 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.

The datatable can, but I don't know of any for the dataset.

Chris