We are exploring SharePoint 2007 from last few days. Here is the code for adding new document to document library using C#. I have created a page with a file upload control and a button. When user clicks on button the selected document will be uploaded to specific document library. You need to add [...]
Archive for October, 2007
Add new document to Document Library in SharePoint using C#
Posted in DotNet 2.0, SharePoint, Techincal on October 19, 2007 | 23 Comments »
Add aspx page to SharePoint 2007
Posted in DotNet 2.0, SharePoint, Techincal on October 12, 2007 | 17 Comments »
This post will show how to create aspx (web page) page to SharePoint 2007. You can find a really good article to add custom page in SharePoint 2007 site. I have shown one approach describe in above article.
Create a new Web Application Project from Visual Studio 2005. You need to download web application [...]
Page Ghosting & UnGhosting And effect of PageGhosting on Performance in SharePoint 2007
Posted in SharePoint, Techincal on October 12, 2007 | 6 Comments »
The WSS team created a virtual path provider named SPVirtualPathProvider that is integrated into every Web application. The SPVirtualPathProvider class is integrated into the ASP.NET request handling infrastructure by the SPRequestModule. More specifically, the SPRequestModule component contains code to register the SPVirtualPathProvider class with the ASP.NET Framework as it does its work to initialize [...]