117 reputation
4
bio website
location Singapore, Singapore
age
visits member for 6 months
seen Apr 12 at 15:01
stats profile views 1

Apr
12
comment How to create excel file from existing excel file in SharePoint 2010
Thanks Teylyan, Actually my requirement is more complex than I have explained.The new excel file which must be created from master file will display information from the list document based on document selected so I'm afraid content type solution will work for me.
Apr
11
comment How to create excel file from existing excel file in SharePoint 2010
Thanks Raja. Do I need to first copy the file into destination list and then open it and modify ? Can't I create first, then modify it and at the end copy to destination list ?
Apr
11
asked How to create excel file from existing excel file in SharePoint 2010
Apr
3
accepted CAML : Cannot complete this action
Apr
3
comment CAML : Cannot complete this action
@Igaud, Thanks.. I'm generating query dynamically and my <OR> condition can increase up to any limit.What's the best way to arrange ?
Apr
3
asked CAML : Cannot complete this action
Mar
20
awarded  Supporter
Mar
20
accepted Passing argument to custom SharePoint list form
Mar
12
asked Passing argument to custom SharePoint list form
Feb
26
awarded  Tumbleweed
Feb
19
asked SPLongOperation dialog delay start
Nov
22
awarded  Student
Oct
31
awarded  Scholar
Oct
31
accepted InvalidOperationException: Operation is not valid due to the current state of the object
Oct
31
comment InvalidOperationException: Operation is not valid due to the current state of the object
Arsalan, Your updated code works now. Don't I need to break inheritance for the list. Will this code work if list inheritance is not broken ? Thanks a lot for your effort.
Oct
31
comment InvalidOperationException: Operation is not valid due to the current state of the object
Arsalan, Permission of the web is broken too. Tried your updated code but still same error :(
Oct
31
comment InvalidOperationException: Operation is not valid due to the current state of the object
Permission of the list is already broken , It seems first part of the code where we are breaking the permission of the list and saving works.
Oct
31
comment InvalidOperationException: Operation is not valid due to the current state of the object
I've updated the code as you mentioned but still the same error Exception Details: System.InvalidOperationException: This operation is not allowed on an object that inherits permissions.
Oct
31
comment InvalidOperationException: Operation is not valid due to the current state of the object
Thanks @Arsalan Adam Khatri. Now I'm getting following error "This operation is not allowed on an object that inherits permissions." Even I have added web.BreakRoleInheritance(true);
Oct
31
asked InvalidOperationException: Operation is not valid due to the current state of the object