G
Guest
I have a simple requirement to bind a small ArrayList of (ItemLine) Objects
to a GridView control. The Gridview renders on the page and allows me to
click update/edit buttons...however the data does not change, and in the
updated and updating row events the newValues collections are empty!!!
I've tried various other methods such as using an ObjectDataSource, but my
ArrayList does not existing in a database until after the editing and
updating in the gridview is complete and the form completes. Also how can we
control or preinitialise the ObjectDataSource with a subset of data... anyway
I'd prefer to use the ArrayList of Objects (my ItemLine objects).
Am I attempting to do the impossible? Each ItemLine object has a property
ItemLn which is the sequential primary key; also an ItemDate, Desc and an
Amount.
I am lost!!
to a GridView control. The Gridview renders on the page and allows me to
click update/edit buttons...however the data does not change, and in the
updated and updating row events the newValues collections are empty!!!
I've tried various other methods such as using an ObjectDataSource, but my
ArrayList does not existing in a database until after the editing and
updating in the gridview is complete and the form completes. Also how can we
control or preinitialise the ObjectDataSource with a subset of data... anyway
I'd prefer to use the ArrayList of Objects (my ItemLine objects).
Am I attempting to do the impossible? Each ItemLine object has a property
ItemLn which is the sequential primary key; also an ItemDate, Desc and an
Amount.
I am lost!!