Esempio n. 1
0
        protected void Btn_search_Click(object sender, EventArgs e)
        {
            string category = DropDownList_category.SelectedItem.ToString();

            GridView_stock.DataSource = StoreBusinessLogic.GetStockByCategory(category);
            GridView_stock.DataBind();
        }