Hi,
I have dynamic checkboxes (id-chkTask) inside gridview. gridview is in <asp:Content> and all css and
js files are in master file.
Now there are options like "Check all" and "Uncheck all" buttons in the page to check or uncheck all checkboxes and how can i do this in javascript because as the grid is inside <asp:Content> its not creating array of checkboxes, it's creating checkboxes like following sequence.
Checkbox 1 id: ctl00$cphMain$GvIns$ctl01$chkTask
Checkbox 1 id: ctl00$cphMain$GvIns$ctl02$chkTask
Can i check all and uncheckall in this case? if yes, how can i do?
Any help is highly appreciated.
Thanks
Rams