K
Ken Varn
I am sure this has been asked before, but I was wondering is there some way
of getting the data values out of a DataGrid Item without having to resort
to indexing into the item's cell collection?
I would like to be able to retrieve row column values by DataRowViw object,
rather than by index. I know that this can by done by using the DataItem
when the DataGrid is initially bound, but unless you bind on every postback,
this will not work all of the time.
I want to be able to retrieve the data from a DataGrid row by the binding
name on every postback without having to resort to cell indexing. Is this
possible?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
of getting the data values out of a DataGrid Item without having to resort
to indexing into the item's cell collection?
I would like to be able to retrieve row column values by DataRowViw object,
rather than by index. I know that this can by done by using the DataItem
when the DataGrid is initially bound, but unless you bind on every postback,
this will not work all of the time.
I want to be able to retrieve the data from a DataGrid row by the binding
name on every postback without having to resort to cell indexing. Is this
possible?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------