I am want to bind Eval in javascript function <asp:ImageButton runat="server" ImageUrl="/ESDNET/Images/Icons/add.png" OnClientClick="return ShowNewNoteForm('<%# Eval("SuggestionID").ToString() %>');"/>
I solve it.
<a href="#" onclick='<%# "ShowNewNoteForm(" +Eval("SuggestionID") + " );" %>'>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.