腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(731)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
GridView_
RowDeleting
没有开火
runat="server" onrowdeleting="GridView1_
RowDeleting
这是我的剧本: Protected Sub Gridview1_
RowDeleting
(ByVal sender As Object, ByVal e As GridViewDeleteEventArgs
浏览 3
修改于2015-07-10
得票数 0
回答已采纳
3
回答
grdview_
RowDeleting
DataItem为空
代码如下: protected void grdBooks_
RowDeleting
(object sender, System.Web.UI.WebControls.GridViewDeleteEventArgs
浏览 0
修改于2020-05-18
得票数 0
回答已采纳
1
回答
从Gridview
RowDeleting
事件调用Javascript函数
我需要从gvLocations_
RowDeleting
部分的网格视图中的if条件调用javascript警报。代码如下:{ if (CheckIfLocationExists
浏览 1
修改于2011-02-12
得票数 1
1
回答
关于误差下的
rowDeleting
退出函数
在我的gridview_
RowDeleting
函数中,我检查它们是否是外键关系,如果存在,我希望向用户发送一个JavaScript警报,使其无法删除此项。这是我的密码: // query to
浏览 0
修改于2018-05-16
得票数 0
回答已采纳
1
回答
DataTabe_
RowDeleting
,数据库未更新
我使用datatable的
RowDeleting
事件,如下所示,我没有收到任何错误,该行将从绑定到datatable的datagridview中删除,尽管数据库表中的两列未被成功更新。private void PROCFixedIncomeTradesSelect_
RowDeleting
(object sender, DataRowChangeEventArgs e) AAMOpsDBDataSet.PROCFixedIncomeTradesSelectRow
浏览 1
修改于2016-04-27
得票数 0
回答已采纳
1
回答
GridView1_
RowDeleting
()没有被调用吗?
我正在尝试阻止删除我的GridView的行,如下所示: </asp:GridView>我还尝试将此代码添加到Page_Load函数,但无济于事: GridView1.
RowDeleting
= new GridViewDeleteEventHa
浏览 4
修改于2009-06-23
得票数 1
回答已采纳
2
回答
删除不触发
RowDeleting
事件的链接按钮
gvMessages_RowDataBound" OnRowDeleting="gvMessages_
RowDeleting
它甚至从未命中
RowDeleting
命令。我的断点太可悲了。我也尝试过实现RowCommand,但是这个事件
浏览 0
修改于2018-05-11
得票数 1
回答已采纳
3
回答
使用gridview_
rowdeleting
事件删除行
onpageindexchanging="GridView1_PageIndexChanging" <RowStyle HorizontalAlign="Left" />我背后的代码是: protected void GridView1_
Ro
浏览 4
提问于2013-09-18
得票数 0
回答已采纳
1
回答
GridView.DeleteRow在ItemTemplate上叫'
RowDeleting
‘?
我正在尝试删除项目模板按钮上的一行,但是当从我的GridView.DeleteRow方法中调用OnRowCommand方法时,我得到了错误:据我所知,只有当您将
RowDeleting
设置为Delete时才会调用CommandName?
浏览 3
提问于2014-06-13
得票数 1
1
回答
GridView:在
RowDeleting
事件中检索TemplateField的值
protected void grv_Vendor_
RowDeleting
(object sender, GridViewDeleteEventArgs e) ShowResult();TableCell cell = grv_Vendor.Rows[e.RowIndex].Cells[4];如何在
RowDeleting
事件中提取TemplateField中的值?
浏览 0
修改于2009-10-27
得票数 0
回答已采纳
1
回答
不能通过GridView(PosgtesQL)命令删除_
RowDeleting
中的行
下面是我的GridView1_
RowDeleting
方法: protected void GridView1_
RowDeleting
(object sender, GridViewDeleteEventArgs="#333333" GridLines="None" Width="1650px" AutoGenerateDeleteButton="True" OnRowDeleting="GridView1_
RowDeleting
浏览 0
修改于2018-09-07
得票数 0
回答已采纳
2
回答
如何在
RowDeleting
事件中访问被删除行的值
我尝试从使用
RowDeleting
事件删除的行中检索值。然而,我一直非常不成功。Protected Sub gv1_
RowDeleting
(sender As Object, e As System.EventArgs) Handles gv1.
RowDeleting
Dim
浏览 0
提问于2013-04-03
得票数 1
回答已采纳
16
回答
如何使用
rowdeleting
事件在gridview中删除行?
这是我的.cs代码:{ {
浏览 5
修改于2016-11-16
得票数 4
2
回答
GridView 'PendingRecordsGridview‘触发了未处理的事件
RowDeleting
出现此错误:未处理GridView 'PendingRecordsGridview‘触发的事件
RowDeleting
。谁来帮帮我:(我也试过添加这个代码OnRowDeleting = "PendingRecordsGridview_
RowDeleting
“,但是没有成功!
浏览 0
提问于2013-01-13
得票数 9
回答已采纳
4
回答
GridView“”GridView1“”激发了未处理的事件
RowDeleting
,但存在事件
甚至ı也编写了删除和编辑事件的委托,面临着"The GridView 'GridView1‘fired event
RowDeleting
which handled.“问题。有人能帮我吗?DataSource { get; set; } break;
浏览 0
提问于2013-04-07
得票数 0
1
回答
由于ASP.Net中的GridView
RowDeleting
事件而导致的问题
我单击了GridView
RowDeleting
事件,但我没有在该事件中编写任何代码,最后我在.cs文件和SourceCode中删除了该事件。但是,当我删除行时,仍然会抛出一个错误,比如这是什么原因呢?
浏览 0
提问于2011-06-17
得票数 2
回答已采纳
1
回答
如何在Textbox上的事件Gridview
RowDeleting
中将null转换为字符串
我希望在Textbox上的事件Gridview
RowDeleting
中将值null转换为字符串。但错误“对象引用没有设置为对象的实例”。代码隐藏:{ TextBox txtCountryRate_Te
浏览 1
提问于2015-06-29
得票数 0
回答已采纳
0
回答
我们如何对RowCommand、
RowDeleting
等网格视图事件进行ajax调用
我正在开发一个asp.net web应用程序,其中所有事件都是用.ASPX生成的,后台代码也是用C#编写的,两者都工作得很好。但是现在我想使用AJAX调用来调用c#服务器端事件。提前谢谢。<asp:GridView ID="grd" runat="server" OnRowCommand=
浏览 12
修改于2017-11-28
得票数 0
3
回答
ASP.NET -在Gridview
RowDeleting
事件上没有数据键!
AutoGenerateColumns="False" DataKeyNames="ID" } 为什么,哦,为什么没有在
RowDeleting
浏览 0
修改于2009-02-25
得票数 4
回答已采纳
1
回答
为什么GridView的
RowDeleting
事件会自动调用两次!
为什么ASP.NET WebForms中的GridView的
RowDeleting
事件会自动调用两次(在Chrome中) !!
浏览 1
提问于2011-07-08
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券