I can't get this to work properly (onItemCommand):

[Highlight=VB]
Public Sub SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs)
Response.Write("Text" & e.Item.Cells.Item(0).Text)
End Sub


The text should be the text field property of the linkbutton... which is linked to a database value..


How can I get it??? It doesn't work the way I want

kind regards
Henrik