ciao,
come passo un parametro perso da db dentro ad un imagebutton?

<asp:ImageButton id="ImageButton1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server" OnClick='Vota(<%# DataBinder.Eval(Container.DataItem, "id") %>, 1)'></asp:ImageButton>

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30201: Expression expected.