R
rn5a
The first column of a DataGrid has a CheckBox for all the rows. I want
that when users check a CheckBox, the BackColor of that entire row in
the DataGrid should change to a different color. To implement this, if
I am not mistaken, I HAVE TO post the Form first i.e. set the
AutoPostBack property of the CheckBox to True. Without posting the
Form, I don't think the BackColor of the checked row can be changed
using ASP.NET, isn't it?
Of course, it can be done using some client side script like JavaScript
but to do it using ASP.NET, I have to post the Form first, isn't it?
that when users check a CheckBox, the BackColor of that entire row in
the DataGrid should change to a different color. To implement this, if
I am not mistaken, I HAVE TO post the Form first i.e. set the
AutoPostBack property of the CheckBox to True. Without posting the
Form, I don't think the BackColor of the checked row can be changed
using ASP.NET, isn't it?
Of course, it can be done using some client side script like JavaScript
but to do it using ASP.NET, I have to post the Form first, isn't it?