I'm binding checkboxlist values from database,from UI adding ALL option to checkboxlist.When ALL option checked all values were selecting and on deselecting i need to uncheck all values. The problem is i'm checking condtion id(chk.selectedvalue!="0") then some action else select all value. The above is working fine.but the condtion !=0 will work in both deselecting ALL option as well as when select someother option in checkboxlist.
P
pavithrasubbareddy
@pavithrasubbareddy
Posts
-
CheckBoxlist Select ALl -
Merging Two columns under same heading in GridviewHi David, i don't want to merge values,need to show them in separate table under same heading
-
Merging Two columns under same heading in GridviewHi Buddies, I wanna to combine two columns with same heading using asp.net with c#.values i'm getting from database. For example: database retruning rows as empid empname empdept empbranch 1 Suresh dev Bangalore 2 kavitha tester bangalore 3 Siva dev chennai Required Result in UI is: emp_personal emp_official empid empname empdept branch 1 suresh dev bangalore 2 kavitha tester bangalore 3 siva dev chennai