automatically highlighting first empty row in gridview
-
Hi.. Is it possible to highlight the first empty row in gridview automatically? (without selecting gridview row) if there is data in grid, the first empty row will be highlighted for next data inserting. if there is no data and gridview is blank, the first row will be highlighted. Could anyone suggest me.. please? thanks in advance!
-
Hi.. Is it possible to highlight the first empty row in gridview automatically? (without selecting gridview row) if there is data in grid, the first empty row will be highlighted for next data inserting. if there is no data and gridview is blank, the first row will be highlighted. Could anyone suggest me.. please? thanks in advance!
-
You cab check the value of the row on RowDataBound event and there you can change the style of the row for showing it as selected.
Cheers!! Brij