Ejemplo n.º 1
0
 protected void SearchButton_Click(object sender, EventArgs e)
 {
     ListView1.DataSource = BusinessLogic.SearchCategory(Convert.ToInt32(DropDownList1.SelectedValue), SearchTextBox.Text);
     ListView1.DataBind();
     LoadDiscountedPrice();
     LoadCategory();
 }