Give it a try and it will work
Anil
> I am attempting to allow a user to update multiple rows and columns in a
> datagrid, when the user clicks a "Save" button, the postback occurs, at which
> time I need to retrieve all valuse form the cells of the grid, and write them
> to the database. Will I be able to loop through the items in the grid, and
> retrieve the values?
mschelstrate - 21 Jul 2005 22:13 GMT
The Grid shows zero Items at PostBack.
I am pulling the values from the request object as this is the only solution
I have found.
> Give it a try and it will work
>
[quoted text clipped - 7 lines]
> > to the database. Will I be able to loop through the items in the grid, and
> > retrieve the values?