上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: 当你使用服务器控件,在repeater中放入服务器控件时designer.cs文件中怎么都不会出现你拖拉的控件时,对于新手的我来说很麻烦现在使用后台的方法暂时实现功能,具体代码如下:protected void Button2_Click(object sender, EventArgs e){foreach (RepeaterItem item in repConParList.Items) //repeater控件{Label lblId = (Label)item.FindControl("lblId");string id = lblId.Text;System.W 阅读全文
posted @ 2013-03-25 13:20 小玉米棒子 阅读(168) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页