我遇到了将参数传递给客户端事件的问题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.
我尝试使用控制器 [asp: ImageButton]。是同样的错误