Passing Eval from ASPX to Javascript function as Parameter

<a id="lblShowTimings" runat="server" title='<%# Eval("SHOW_Name") %>' onclick='PopulateTicketDiv(<%#Eval("SHOW_ID") %>)'> <– this is the problem %#Eval("SHOW_Time") %> </a> Can Eval be passed as an argument to a javascript function? If so whats the syntax? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue … Read more