Example #1
0
        void BindData()
        {
            string strWhere = GetWhere();

            dt = CommonFuncCall.GetStockAge(strWhere, Convert.ToInt32(nudTiming1.Value), Convert.ToInt32(nudTiming2.Value), Convert.ToInt32(nudTiming3.Value));
            dgvReport.DataSource = dt;
        }