Beispiel #1
0
    protected void dgOfficials_DeleteCommand(object source, DataGridCommandEventArgs e)
    {
        Label plblUsername = (Label)e.Item.FindControl("lblUsername");

        DALPortal.DeleteEventGameOfficial(hdnGameID.Value.ToInt(), plblUsername.Text);
        this.LoadOfficials();
    }