I Use a CheckBox in Header of Column and that coulmn is Container Cehckboxes too .
I want to Use a chechBox in header in Repeater , and when This Control is Checked ,checkboxes of rows is checked .
How do I do This?
CheckBox Checkall = SendBoxrep.Controls[0].Controls[0].FindControl("Checkall") as CheckBox;