N
Nikhil
We are working on a custom web part which is going to be similar to project
web acccess MyTasks web part.
To get time phased data we are using Statusing web service's following method.
public StatusingDataSet ReadStatus(System.Guid assnid, System.DateTime
mindate, System.DateTime maxdate)
Which works on individual tasks, Problem here is Performance. We may have
500 or more tasks in a project assigned to current user. And calling above
web method for each task gives me a horrible peformance. NOT AT ALL ACCEPTED.
Is there a better approach to achieve above functionality where at once i
can time phased data for list of assn_uid , instead of individual assn_uid.
I appreciate any help in thsi regard.
Thanks.
web acccess MyTasks web part.
To get time phased data we are using Statusing web service's following method.
public StatusingDataSet ReadStatus(System.Guid assnid, System.DateTime
mindate, System.DateTime maxdate)
Which works on individual tasks, Problem here is Performance. We may have
500 or more tasks in a project assigned to current user. And calling above
web method for each task gives me a horrible peformance. NOT AT ALL ACCEPTED.
Is there a better approach to achieve above functionality where at once i
can time phased data for list of assn_uid , instead of individual assn_uid.
I appreciate any help in thsi regard.
Thanks.