<%@ Page Language="C#" %> Buttons Runat="server" Text="Button 1" OnCommand="Button_Command" CommandName="DoSomething1" /> Runat="server" Text="Button 2" OnCommand="Button_Command" CommandName="DoSomething2" />