foreach (RepeaterItem item in Repeater1.Items) { TextBox txtNiName = (TextBox)item.FindControl( " txtNiName " ); string name = txtNiName.text; }
本文共 311 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/12go/archive/2011/08/15/2139323.html