how do i? Full scan of each control in each grid row cell

  • Thread starter Thread starter John Blair
  • Start date Start date
J

John Blair

Hi,

On a postback i would like to scan the value of every embedded control
(mainly checkboxes and dropdownlists) in each row/col cell of a datagrid?
What is the most efficient way fo doing this?

Thanks a lot.
 
There is nothing special in it. Just loop through tne Items collection, and
for every item through the Cells collection.

Eliyahu
 

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

Back
Top