以编程方式在 ASP.NET 中调用回发

发布于 2024-10-31 01:51:41 字数 164 浏览 2 评论 0原文

我在更新面板中使用 spgridview 和 spgridviewpager 。我需要在 aspx 页面中使用 c# 进行回发。我在 spgridview 中使用了按钮字段。当我单击按钮字段时,我需要使用 C# 或 JavaScript 引发回发事件。

任何人都可以知道如何以编程方式做到这一点吗?

I am using spgridview with spgridviewpager in update panel. I need to postback using c# in aspx page. I used button field in the spgridview. When i clicked on the button field, i need to raise the postback event using c# or javascript.

Can any have an idea how to do it programmatically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

妥活 2024-11-07 01:51:41

由于网络上有一些很好的文章解释了这一点,让我通过链接回答您的问题:

Since there are some quite good articles on the web explaining this, let me answer your question with a link:

农村范ル 2024-11-07 01:51:41

我认为您可以在更新面板的内容模板之后使用触发器。

更简单的建议:

如果您只想引起回发并且回发后不执行任何操作,只需双击设计视图中的按钮,您将在代码隐藏页面中生成一个 onbuttonclick 事件。不要在该按钮单击事件块内写入任何内容。单击按钮后将发布该页面。如果您想实现某些功能,请在按钮单击事件中编写代码。

I think you can use triggers after the content template of update panel.

One more simple suggestion:

If you just want to cause a postback and to do nothing after postback, simply double click the button in the design view, you will get an onbuttonclick event generated in the code behind page. Don't write anything inside that button click event block. The page will get posted onclicking the button. If you want to implement something, write the code inside the button click event.

孤者何惧 2024-11-07 01:51:41

转到按钮属性,您将找到回发网址..
如果没有则使用 rowCommand 来获取按钮事件上升

go to the button property u will find postback url ..
if not then use rowCommand to get the button event rise

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文