protected void FilteringUI_ItemCommand(object source, RepeaterCommandEventArgs e) { if (e.CommandName == "All") this.UsernameToMatch = string.Empty; else this.UsernameToMatch e.CommandName; BindUserAccounts(); }