2011年5月27日
摘要: //实例:repeater项模版bottom事件获取该bottom所在行id为lblName的label控件的textprivate void Button1_Click(object sender, System.EventArgs e){Button btn = (Button)sender;RepeaterItem ri = (RepeaterItem)btn.Parent;Label lbl = (Label)ri.FindControl( "lblName");string sID = lbl.Text;} 阅读全文
posted @ 2011-05-27 12:46 上善若水123 阅读(345) 评论(0) 推荐(0)