how to get current rowid in datagrid

  • Thread starter Thread starter Lerp
  • Start date Start date
L

Lerp

Hi all,

Assuming the first field in my dataset is my primary key field, how would I
access that value in an itemdatabound event of my datagrid? Would it be
Container.DataItem.Cells(0) ?

Cheers, Lerp: :)
 
Back
Top