gpt4 book ai didi

asp.net - 如何使用客户端函数 "OnClientClicking"传递绑定(bind)或评估参数

转载 作者:行者123 更新时间:2023-12-04 16:27:37 29 4
gpt4 key购买 nike

我遇到了将参数传递给客户端事件的问题 OnClientClicking .

我尝试使用 String.Format ()功能,但它不起作用。

您是否有解决方法来发送与 OnClientClicking 链接的参数? ?

代码 asp :

<telerik:RadButton ID="bnt_meetingDelete" runat="server" OnClientClicking="<%# string.Format("confirmCallBackFn('{0}');",Eval("MeetingID")) %>" Image-ImageUrl="~/image/icone/delete-icon.png" Image-IsBackgroundImage="true" Width="21" Height="21" telerik:RadButton>

错误 IIS :
Parser Error 
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The server tag is not well formed.

我尝试使用 Controller [asp: ImageButton]。是同样的错误

最佳答案

试试OnClientClicking='<%# Eval("MeetingID", "confirmCallBackFn({0})") %>'

关于asp.net - 如何使用客户端函数 "OnClientClicking"传递绑定(bind)或评估参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17525539/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com