Example #1
0
        protected void searchTypeButton_Click(object sender, EventArgs e)
        {
            string utype = asisTypeDropDownList.SelectedItem.Text;

            assistantGridView.DataSource = aManager.GetAssistantsByType(utype);
            assistantGridView.DataBind();
            assistantGridView.Visible = true;
        }