Hi and thanks<BR>I need to send more than 1 CommandArgument from my Repeater Control's sub control---<BR> <BR><asp:ImageButton CommandArgument='<%# Container.DataItem("whoisitID")%>' Runat="server" ID="Imagebutton2"></asp:ImageButton><BR><BR>to take diferent actions in the handler for the event, depending on the state of the second parameter, which is a Container.DataItem as well.<BR>Can I do this?<BR>Thanks<BR>Zeg <BR>.