protected void RenderActualWorkDurationDropDownList() { WorkDurationDropDownList workDurationDropDownList = new WorkDurationDropDownList("divActWrkT", this.actualWork.WorkUnit); workDurationDropDownList.Render(base.Response.Output); }
protected void RenderTotalWorkDurationDropDownList() { WorkDurationDropDownList workDurationDropDownList = new WorkDurationDropDownList("divTtlWrkT", this.totalWork.WorkUnit); workDurationDropDownList.Render(base.Response.Output); }