private void BindDataGrid(string beginDate, string endDate, int checkType) { this.GrdEquipmentCheckup.DataSource = EquipmentCheckAction.GetEquipmentCheckList(Convert.ToDateTime(beginDate), Convert.ToDateTime(endDate), checkType); this.GrdEquipmentCheckup.DataBind(); }
private void BindDataGrid() { this.GrdEquipmentCheckup.DataSource = EquipmentCheckAction.GetEquipmentCheckList(new Guid(this.hdnequipmentcode.Value)); this.GrdEquipmentCheckup.DataBind(); }