Presentation Model Articles on Code Project
February 10th, 2008
I have uploaded two articles to codeproject.com.
Presentation Model in Action
Presentation Model in SharePoint
In the second article, because I wanted it to be focused on Presentation Model itself, one peice omitted which is using SharePoint Designer 2007 to create a new aspx page.
To do so, the code needs to be in aspx and created the file, web.config needs to be modified to allow compilation on the page.
<pageparserpath VirtualPath= “/Customer4.aspx” CompilationMode=”Always” AllowServerSideScript=”True” AllowUnsafeControls=”True” />
Entry Filed under: Programming

Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Subscribe to the comments via RSS Feed