Update Information in TimeSheet

I

Itay

Hi
How can I update any information in a selected row in a TimeSheet???


the code to "bring" my DataSet is:
--------------------------------------
Guid myUid = Resources.GetCurrentUserUid();
DateTime startDate = new DateTime(2006, 01, 27);
DateTime finishDate = new DateTime(2007, 12, 1);
int select = Convert.ToInt32(
PSLibrary.TimesheetEnum.ListSelect.CreatedByMe
| PSLibrary.TimesheetEnum.ListSelect.InProgress);

DataSet dsGeneralTimeSheet = TimeSheet.ReadTimesheetList(myUid,
startDate, finishDate, select);

Thanks
Itay
 
D

Dale Howard [MVP]

Itay --

I would recommend you post this message in the
microsoft.public.project.developer newsgroup, as you are more likely to get
a response in that group. Hope this helps.
 
Top