J
Jason Huang
Hi,
In my ASPNET2.0 C# webform, I have a GridView1 which has CheckBox1 on it.
If the GridView1 has 10 rows, is it possible to restrict the GridView to
have just one CheckBox checked?
given that the CheckBox1's AutoPostBack is not true.
I am thinking using the JavaScript to accomplish this purpose, but I don't
handle the JavaScript well at this moment.
Thanks for help.
Jason
In my ASPNET2.0 C# webform, I have a GridView1 which has CheckBox1 on it.
If the GridView1 has 10 rows, is it possible to restrict the GridView to
have just one CheckBox checked?
given that the CheckBox1's AutoPostBack is not true.
I am thinking using the JavaScript to accomplish this purpose, but I don't
handle the JavaScript well at this moment.
Thanks for help.
Jason