public void GetDataBind() { stockDt = stockBll.QueryStockProduct(file); gvStock.DataSource = stockDt; gvStock.DataBind(); }