62,268
社区成员
发帖
与我相关
我的任务
分享
foreach (Control c in this.form1.Controls/*这是放repeater的容器控件*/)
{
if (c is Repeater)
{
//do your job
}
}