datagrid problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm getting the error
'System.Web.UI.WebControls.TableRow.Cells' denotes a 'property' where a 'method' was expecte

on this line of code

roleid = (string)e.Item.Cells(0).Text

There is only one column in the grid
 
thanx

dumb error on my part
but most examples are in VB, which i don't know, so trying to convert VB into C# can be frustrating
 
Back
Top