asp.net做删除提示时出错 20
protectedvoidGridView1_RowDataBound(objectsender,GridViewRowEventArgse){if(e.Row.RowT...
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
((HyperLink)(e.Row.Cells[12].Controls[0])).Attributes.Add("onclick", "return confirm('确定要删除吗?')");
}
我做做这个删除提示的时候,提示出错 无法将类型为“System.Web.UI.LiteralControl”的对象强制转换为类型“System.Web.UI.WebControls.HyperLink” 展开
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
((HyperLink)(e.Row.Cells[12].Controls[0])).Attributes.Add("onclick", "return confirm('确定要删除吗?')");
}
我做做这个删除提示的时候,提示出错 无法将类型为“System.Web.UI.LiteralControl”的对象强制转换为类型“System.Web.UI.WebControls.HyperLink” 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询