I need to get the DataTextField from a buttoncolum when its clicked
<ASP:BUTTONCOLUMN
HeaderStyle-Width="90
DataTextField="ID" HeaderText="ID"
CommandName="RunCommand" ButtonType =LinkButton ></ASP:BUTTONCOLUMN>
I tried
Dim str As String = e.Item.Cells(0).Text
but this comes back empty....
I have a hangover
<ASP:BUTTONCOLUMN
HeaderStyle-Width="90
DataTextField="ID" HeaderText="ID"
CommandName="RunCommand" ButtonType =LinkButton ></ASP:BUTTONCOLUMN>
I tried
Dim str As String = e.Item.Cells(0).Text
but this comes back empty....
I have a hangover

Comment