I'm trying to call the MyJavascriptFunction(arg1) from an asp button and it's doesn't work...
<asp:Button ID="btnMyButton" runat="server"
OnClientClick='<%# Eval("Id", "MyJavascriptFunction({0})") %>' />
The html generated contains no OnClick event at all.