GeoffS Level: VB Lord

 Registered: 29-09-2004 Posts: 536
|
Re: Fetch Individual Values from Datagrid
Hi,
Since the Row in the Grid that contains your original data will be the "SelectedItem" - it must be as you are running an Edit on it - then you can use that property to get at the values :-
OldValue = DataGrid.SelectedItem.Cells(indexnumber).Text
____________________________
multi-tasking - the ability to hang more than one app. at the same time.
|