Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting field value from DataRowView
Message
De
21/08/2002 10:15:20
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Getting field value from DataRowView
Divers
Thread ID:
00691937
Message ID:
00691937
Vues:
47
I'm trying to use C# to retrieve a value from a field in a Datagrid.

The DataGrid is bound to a DataSet object and it is populated with data.

I am trying to use the DataRowView to get the current value of a field in the current row.

Here is my DataRowView line:
DataRowView oDataRow = (DataRowView) this.BindingContext[myDataSet, "mytable"].Current;

Now how can I get the value of a field called COMPANY from the DataRowView object?

I tried this, but only the field name is returned not the value.
string companyname = oDataRow.DataView.Table.Columns["company"].ToString();

Any other suggestion on retrieve a field from the current row in a DataSet would be great.

Thanks,

Jerryt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform