I am developing this sandbox webpart for office 365.
I am having 5 row in grid.
This grid is having 3 drop-down and 2 text-box in each row.When I save this grid data to SharePoint list, it works fine.
But when rows of grid get increased from 5 it gives me an error of Sandboxed code execution request failed.
I am facing this issue on pre-production and production office 365 site.
How can I store this data and resolve this issue ?
Any suggestion is welcome and appreciable.
First: Sorry my english, i learn it from internet.
The "Sandboxed code execution request failed." is a general error.
If you have any error in your code, you get this error.
I have two way solve this errors:
1, Make a new "Log" list, and make try-catch bloks in my code. If I catch exception, I write it to the "Log" list, then I see what a really problem.
2, Sometimes the webpart it's fine, but i cant add the Web. I open the Shareoint Designer, and I give the webpart manual.
EDIT: 3, The most simple way:
It's work for me.