标签: asp.net gridview
是否可以使用代码隐藏创建带链接选项的模板字段。
答案 0 :(得分:0)
是的! 追加处理程序OnRowDataBound
MyRowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Controls.Add(new MyControl(...