在gridview中CommandField字段中的删除按钮添加提示框中取消后不执行,确定执行
Ife.Row.RowType=DataControlRowType.DataRowThenIf(e.Row.RowState=DataControlRowState.N...
If e.Row.RowType = DataControlRowType.DataRow Then
If (e.Row.RowState = DataControlRowState.Normal Or e.Row.RowState = DataControlRowState.Alternate) Then
If CType(e.Row.Cells(3).Controls(2), LinkButton).Text = "清除" Then
CType(e.Row.Cells(3).Controls(2), LinkButton).Attributes.Add("onclick", "if(confirm('您确认清除该记录吗?')) return true;")
End If
End If 展开
If (e.Row.RowState = DataControlRowState.Normal Or e.Row.RowState = DataControlRowState.Alternate) Then
If CType(e.Row.Cells(3).Controls(2), LinkButton).Text = "清除" Then
CType(e.Row.Cells(3).Controls(2), LinkButton).Attributes.Add("onclick", "if(confirm('您确认清除该记录吗?')) return true;")
End If
End If 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询