DataGrid CheckBox problem
I have DataGrid with template column and in hte header and item I have Check boxes. I want to click on the Checkbox in the header to select all other check boxes. I am trying to find that control: dgDataGrid.FindControl("CheckAll") but it cannot see it. What am I doing wrong??