Hi, I am trying to set the start and finish dates of a task from a hidden variable.
Task t1 = proj.RootTask.Children.Add("tested now");
t1.Set(Tsk.Start, Convert.ToDateTime(hdnStartDate.Value)); …...Hi, Following is the code: protected void Page_Load(object sender...SetLicense(“Aspose.Tasks.lic”); } protected void btnOnClick(object sender...