private void linkLabel23_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Balance bal = new Balance(); DataTable stockout = bal.GetBelowEOP(storeId, curMont, curYear ,Convert.ToInt32(lkCategory.EditValue)); //StatusGroup.Text = "Below EOP Items"; PopulateList(stockout, listStatused); }