Hi,
I have a sandboxed webpart, which displays list data in a gridview.Now, When the data is small(few items), the webpart works fine.
But when their is a large collection of items, following hapens.
1) On page load, the webpart works very well, showing all the records.
2) But, on any postback action(even when i click edit page), webpart fails and gives this error:
Web Part Error:Sandboxed Code Execution Request Failed.
Can anyone comment on this?