///DataList中FooterTemplate中 控件 在代码中直接找不到的,
/// 查找 FooterTemplate 中 控件 CheckBox , 测试完全可以找到使用
CheckBox cbOptionalBHI = (CheckBox)((DataListItem)ExactCareDataList.Controls[ExactCareDataList.Controls.Count - 1]).FindControl("cbOptionalBHI");
ASP.NET DataList中 查找 <FooterTemplate>中的控件
原文:http://www.cnblogs.com/generalLi/p/6278289.html