Datagrid/Dataset Questions?

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
John said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top