Retrieving values from a Data Grid

G

Guest

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?
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top