1

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

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

我该怎么做 ?

4

1 回答 1

0

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

于 2011-11-02T13:57:37.817 回答