I ran into a situation this morning where the RowUpdating event of a GridView kept insisting there were no entries in either the
OldValues or NewValues dictionaries. The GridView is bound to a strongly-typed collection, derived from CollectionBase, through the
control's datasource property at runtime.
From some googling it appears that, at least in the release candidate for NET2 this was a known bug; only binding to DataSources
lets those dictionaries be populated.
I would like to confirm that this is a problem with the released version of NET2, so I can stop beating my head against the wall
trying to get the GridView to work "as advertised".
- Mark
OldValues or NewValues dictionaries. The GridView is bound to a strongly-typed collection, derived from CollectionBase, through the
control's datasource property at runtime.
From some googling it appears that, at least in the release candidate for NET2 this was a known bug; only binding to DataSources
lets those dictionaries be populated.
I would like to confirm that this is a problem with the released version of NET2, so I can stop beating my head against the wall
trying to get the GridView to work "as advertised".
- Mark
Comment