You searched for the word(s):
< 1 second(s)
-
Hi,
I'm removing rows from a gridview using Table.Remove( ). This removes the
rows from the gridview.
But the problem is although it removes rows from the gridview it doesnt
update the Gridview.Rows.Count to return correct number of rows remains on
the gridview. Instead it always returns the number of rows gridview
originally had prior to ...
-
Hi,
I've coded a templated column that will add a column of asp:Checkboxes
including an asp:checkbox on the column header, to a gridview. The checkbox
on the column header has Auto-postingback enabled and I've added an event
hanlder to handle the CheckChanged event. I've put some code to the
CheckChanged event hanlder. The ...