Browse by Tags

BreakRoleInheritance Common mistake Tip for SharePoint Developers
Thu, Jun 17 2010 12:02
Hi All, This post is to share with SharePoint folks/Developers one of the common mistakes that i caught while debugging and reviewing one of my projects. They system is using Custom List to store Data. and we set the permissions in C# , Here is how to... Read More...
Update MSDN Article: Deploying ASP.NET Web Applications in the Windows SharePoint Services 3.0 _layouts Folder
Thu, May 27 2010 13:27
Hi Folks, In this post, I'd like to add more updates/Tips to the posted MSDN article with title: "Deploying ASP.NET Web Applications in the Windows SharePoint Services 3.0 _layouts Folder" Article url: http://msdn.microsoft.com/en-us/library... Read More...
No confusion for SharePoint Project Templates in VS 2010
Mon, May 17 2010 20:38
Hi Folks, VS 2010 has shipped with wide variety of project types for asp.net/sharepoint developers, in this post i will clarify the use for the most common project types and items used for building sharepoint 2010 solutions: 1) Import Sharepoint solution... Read More...
File Not Found in SharePoint 2007
Tue, May 11 2010 13:46
Hi All, "File Not Found" is one of the most confusing errors that can be caused by a lot of reasons, In my case i have the site is up and running except my custom SharePoint 2007 pages under layout folder. I developed a custom page which uses... Read More...
createwsp.bat exited with code 4 error
Thu, Oct 29 2009 14:52
Hi All, If you got this error while building a sharepoint solution file, this happens when the CabLib.dll which is used to build WSP SharePoint Solution files in VS.Net using SharePoint Templates. To issue behind this, that your server is a x64 bit server... Read More...
Update Lists in SharePoint using web services
Thu, Jan 22 2009 19:33
Hi, I got the following email from a developer,it says as follows: " Hello Moustafa. I don't want to bother you, but I've been searching for examples of MOSS 2007 Web Services development, and I have not found anything. I have this situation... Read More...
Get Started with SharePoint Development...
Mon, Dec 22 2008 16:15
Hi All, For .Net Experienced developers a good resource to start SharePoint Development,here is the link : http://www.microsoft.com/click/SharePointDeveloper/ Also, ebook for free "Getting Started with Sharepoint" ,Download link: http://windowsitpro... Read More...
send email in sharepoint 2007
Mon, Apr 7 2008 7:56
Hi Folks, if you are developing a webpart or any sharepoint customized feature,and you would like to send an email through your webpart or custom code,you can achieve this by 2 ways: 1) use normal .net classes to send email (System.Net.Mail namespace... Read More...
Deploying Web Part in SharePoint 2007
Thu, Dec 27 2007 5:43
Hi Folks, Any SharePoint Development requires you to develop your Web Part and deploy it to sharePoint,in this post i will describe the steps required to deploy your web part to sharepoint 2007 site: 1) after creating your web part,you have to sign it... Read More...
0x0020 in MOSS object Model
Sun, Dec 23 2007 6:58
Hi Folks, This post to inform that when you develop on sharepoint 2007 object model,and if you are manipulating with lists in sharepoint you might face in the item names or field names you will find that the spaces in sharepoint is converted to this hexidecimal... Read More...