Are you using a datagrid? If so, you can use the ItemDataBound event
of the datagrid. One of the arguments is a DataGridItemEventArgs which
we will refer to as "e". Using this you can reference a cell (0-based
index) with the following:
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.