I have this code:<BR> <BR>Private Sub Criteria_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles Criteria.ItemDataBound<BR> Dim grid As ...
Got this weird bug. I have a DataGrid, looks all pretty and shit, and I'm using in place editing. Everything works great except for one column. The column is just a label column, but OnEditCommand ...