the picture shows the datagrid that is already bound to
the database.
the problem is:
when I click the link, the button cloumn item should
return the thread id from the thread id column.
when I click the link, the controls fires the
<b>'DataGrid_ItemCommand'</b> event.
from there I can read the index from the item and/or
its command name.
but this doesn't help. I need the name from the thread id
column.
any ideas? thx!




Reply With Quote