Reading the text in a datagrid webcontrol

E

EMW

On my ASP.NET page I have a datagrid webcontrol bound to a dataset.
The first column shows all the names of the people in the list, the other
columns I place little images in.
Because I use paging and I place the images from within the ItemDataBound
event, I use e.item.cells(x).
To fill only specific cells with an image I use e.item.itemindex to select
the rows.
So with 9 rows per page, I have a different name in each row, but the
ItemIndex ranges from 0 to 8.

I need to find out how I can read the name in the first column for each row,
so I can place the images according to another table.

rg,
Eric
 

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

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top