Nirmal KumarC

Nirmal KumarC

  • 1.4k
  • 327
  • 78.7k

how to check mutiple check box in gridview in C#

Aug 26 2015 6:09 AM
n runmode in gridview as follows


Empid Empname Session1 Session2 Session3
header(Checkbox header(Checkbox) header(Checkbox)

1 GS Checkbox Checkbox Checkbox
2 RK Checkbox Checkbox Checkbox
3 RJ Checkbox Checkbox Checkbox


When i click the Session1header checkbox i want all session1 checkbox column to be checked in gridview.

Similiarily when i click the Session2 header checkbox i want all the session2 checkbox column to be checked in gridview.

Similiarily when i click the Session3 header checkbox i want all the session3 checkbox column to be checked in gridview.


For that how can i do in asp.net using c#.

Answers (3)