Retry for Modified Error using Goto - DevSharePoint.com


Retry for Modified Error using Goto

Posted by sladescross on October 11, 2011

http://msdn.microsoft.com/en-us/library/cc303696.aspx


ReTry:

try

{

// Get the list and list item

SPList list = web.Lists["Counter"];

SPListItem item = list.Items[0];


// Get the value for the unique id

... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.