I trying this code inside a asp:hyppelink inside a repeater.
OnClientClick='openURL( "<%# Eval("UrlPagamento")%>", "<%# Eval("IdPedido")%>")'>
and the outcome after compilling is this:
<a class="btnPequeno" onclientclick="openURL( "<%# Eval("UrlPagamento")%>", "<%# Eval("IdPedido")%>")" href="#">Pagar</a>
I Tried to change the symbols " and ' but then I just got a syntax error.
Any ideia how to solve it?