este es mi código:
Código:
Private Sub Grid_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles Grid.ItemDataBound
e.Item.Cells[4].Visible = false
End Sub
Y me da el siguiente error:
Property access must assign to the property or use its value.
Que puedo hacer?