标签: ajax httphandler
我有一个非常简单的页面。由httphandler在服务器端填充的映像。
我不希望更新整个页面,所以我在更新面板中用一个按钮包装了该图像。然后它停止了工作。为什么呢?
这是指向httphandler的图像:
<asp:ImageButton ID="imgbtnImage" runat="server" ImageUrl='<%#"~\Handlers\Handler.ashx?id=23%>' CommandArgument='23'/>