Example #1
0
        public void Refresh(string index)
        {
            StateManagerDal stateManagerDal = new StateManagerDal();
            DataRow         rowIndex        = stateManagerDal.FindOrderIndexNoByStateCode(index);

            gridControl.DataSource = stateManagerDal.FindOrderStateByIndexNo(rowIndex["ROW_INDEX"].ToString(), rowIndex["VIEWNAME"].ToString());
        }