protected void AttributeFilterBox_TextChanged(object sender, EventArgs e) { attributeFilter = AttributeFilterBox.Text; AttributeList.DataBind(); }