page 265
The code at the top of the page reads:
use System.Security;
this should read
using System.Security;
page 278-279
Add another directive to access the SPContext object:
using Microsoft.SharePoint;
Also, use SPContext.Current.Web rather than SPControl.Current.Web in the code.
page 286
The example requires CompletePart.webpart but the Directive Definition File (DDF) refers to Maximum.webpart.
<Todd />
|
Last modified at 3/1/2007 12:19 PM by Todd Bleeker
|
|