将 javascript 值传递给链接按钮的 CommandArgument

发布于 2024-10-10 06:33:46 字数 259 浏览 1 评论 0原文

我需要将名为 $.galleria.current 的 javascript 值传递给链接按钮的 CommandArgument,声明如下:

< asp:linkbutton id="prevBut" runat="server" OnCommand="load_com" CommandArgument=place_javascript_value Text="previous" />

我该怎么做?

i need to pass a javascript value named $.galleria.current to a linkbutton's CommandArgument declared so :

< asp:linkbutton id="prevBut" runat="server" OnCommand="load_com" CommandArgument=place_javascript_value Text="previous" />

How can i do it ?

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

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

发布评论

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

评论(1

ぃ双果 2024-10-17 06:33:46

你不能。如果您使用命令参数设置链接按钮,然后检查 HTML...则没有任何内容可以携带“命令参数”。所以它不在页面中。好吧,我想它可能在加密的 ViewState 中,但这没有用,所以我认为你无法访问它。

You can't. If you set a linkbutton with a command argument and then examine the HTML... there's nothing there to carry the "command argument". So it's not in the page. Well I suppose it may be in the encrypted ViewState, but that's no use, so you can't get to it I think.

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