哪个控件发回了我的页面? (ASP.NET 页面)

发布于 2024-07-19 22:14:05 字数 178 浏览 11 评论 0 原文

1 -我想知道如何获取哪个控件发回页面,是否有任何方法将

Request["__EVENTVALIDATION"]

值字符串转换为可理解的字符串。

2-组件将以什么顺序绑定以及它们如何从视图状态获取它们的值?

谢谢4你所有的帮助...

1 -I wonder that how to get which control posted back the page and is there any way to convert

Request["__EVENTVALIDATION"]

value string to understandable string.

2- in which order components will be bind and how do they get their value from viewstate?

Thank 4 all your helps...

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

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

发布评论

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

评论(1

拿命拼未来 2024-07-26 22:14:05

在 Web 窗体上,ASP.NET 将启动回发的控件存储在名为“__EVENTTARGET”的隐藏字段中,按钮控件除外。
有关此内容的更多信息,请访问 此处此处

On webforms ASP.NET stores the control that initiated the postback in a hidden field called "__EVENTTARGET" except for Button controls.
More information about that can be found here and here.

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