Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Support WebCasts > SharePoint Server


Search:
What's New - What's Hot
How to remove Drop off library from the site using SharePoint 2010 Object Model  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains how to remove Drop off library from the SharePoint 2010 site using SharePoint 2010 Object Model.

SharePoint 2010 introduced a new feature called Content Organizer. This article does not explain the Content Organizer feature. After activitation of the Content Organizer feature a new Drop off Library will be created in the site. Like the normal document library you can't delete this document library. You won't be seeing an option "Delete this document library" (Drop of...

Restrict a user to delete from a SharePoint List using Item Deleting Event Handler  Version: 0.00     Price: $0.00  
Total Hits: 24  |  Today: 0Author: Ravish Sindhwani      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes we are in a situation that we need to restrict a user to delete a particular item from a sharepoint list, but how to restrict them....

How to change guava title and description of site in SharePoint  Version: 0.00     Price: $0.00  
Total Hits: 24  |  Today: 0Author: Hung Hung      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this exercise we see how to change guava title and description of site in SharePoint.

Proceed with Title Sharepoint site is "Team Site"...

Custom Sandbox Application Page in SharePoint2010  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: Ravishankar      Rating:  
Read Reviews | Write Review |  Your Rating: 

From my previous article for "Reference web part in SharePoint 2010", I am extending the same sandbox solution with this article. So you just need to download code for sandbox web part and follow the below steps....

Configure Key Filters in SharePoint 2010  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will be seeing how to configure key filters in SharePoint 2010.

Key Filters appear just below the navigation hierarchy. Refer this article to configure navigation hierarchy. Key Filters operate similar to the navigation hierarchy. They are used to filter the view of lists / document libraries....

How to change the content type for files in SharePoint  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will be seeing how to change a batch of files in a document library from one content type to another using C#....

How to use LINQ to Sharepoint  Version: 0.00     Price: $0.00  
Total Hits: 14  |  Today: 0Author: Raymund Macaalay      Rating:  
Read Reviews | Write Review |  Your Rating: 

LINQ or Language Integrated Query is a very useful language which reduces the complexity of accessing and integrating information that is not natively defined using OO technologies, with LINQ it adds native data querying capabilities to .NET languages which makes a developer's life really easy. Since it was launched, I started using it as it saves me a lot of time in coding my applications....

Configuring Multi-Tenancy in SharePoint 2010  Version: 0.00     Price: $0.00  
Total Hits: 15  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

* Create Subscription settings Service Application and Proxy
* Create new site subscription
* Create Tenant Administration site
* Create Member Site...

Enable Self Service Site creation in SharePoint 2010  Version: 0.00     Price: $0.00  
Total Hits: 15  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will be seeing how to enable "Self-Service Site creation" which is used to enable users to create their own site collections at a specified URL namespace in SharePoint 2010.

It is used to allow users to create sites that have the Use Self-Service Site Creation permission....

Using LINQ in SharePoint 2010: Part 2  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will be seeing how to use LINQ in SharePoint 2010 to add, update and delete the list item.

In SharePoint 2010 you have the ability to use LINQ syntax to query the list instead of using CAML query. In order to work with LINQ we need a command line tool called SPMetal.exe....

SharePoint 2010 - Creating Custom Timer Job  Version: 0.00     Price: $0.00  
Total Hits: 17  |  Today: 0Author: shyju      Rating:  
Read Reviews | Write Review |  Your Rating: 

A Timer Job is something that comes to mind for batch processing operations in SharePoint. In most of the real-time SharePoint sites, integration of information available across different applications is required. In some cases information needs to synchronize every day or at a particular scheduled time. Administration of scheduled/batch activities from a centralized place is a must have for the site administration. All these could be achieved using a Custom Scheduled Job. Let's see how to build...

Double Hope Issue in Sharepoint/Asp.net application with IIS  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: shyju      Rating:  
Read Reviews | Write Review |  Your Rating: 

There is a common issue called Double Hope issue in IIS that troubles most Sharepoint / Asp.net applications that consume the resource in other servers. In application development most of the ones that talk to a different application resides in multiple servers....

How to Start Full Synchronization using powershell in SharePoint 2010  Version: 0.00     Price: $0.00  
Total Hits: 13  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will be seeing how to Start Full Synchronization to import the user profile in SharePoint 2010.

Once you have Configured Synchronization connections in the User Profile Service Application you need to run the "Start Full Synchronization" to import the user profiles. This can be done through UI, programmatically and using powershell commands. Here we will be starting the Full Synchronization using powershell....

How to convert docx to pdf document in SharePoint 2010 using Word Automation Services: Part 2  Version: 0.00     Price: $0.00  
Total Hits: 4  |  Today: 0Author: Vijai Anand      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will be seeing how to convert .docx document to pdf document in SharePoint 2010. Word Automation Services is a new feature available in SharePoint 2010. It supports converting Word documents to other formats. Here we are going to convert the word document into pdf document. In the API for Word Automation Services there are different ways to convert documents including AddFile(), AddFolder() and AddLibrary() methods. Here we will be using AddLibrary() method to convert the word...

Visual Studio Add-In for Web Parts Generation  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Sasa Popovic      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article will introduce you to a new Visual Studio 2005/2008 add-in that can be used for Web Parts generation based on a prepared ASCX control/template. The add-in should allow Web Part developers to easily make Web Parts using the Visual Studio HTML designer. It should save you a lot of time and make Web Part development an enjoying experience even for beginners....

Configuring SQL Reporting Services 2005 with Windows SharePoint Services 2003  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Udayakumar Ethirajulu      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains how to integrate SQL Reporting Services with Windows SharePoint Services 2.0.
The PreBuild Microsoft's Reporting Services WebPart is used to be configured to display SQL Reports
which is to be fetch data from SQL Reporting Services....

Referential Integrity in SharePoint 2010  Version: 0.00     Price: $0.00  
Total Hits: 12  |  Today: 0Author: Destin joy      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I am showing you a new feature in SharePoint 2010 called referential integrity. As we know SharePoint 2007 support lookup field. But SharePoint 2010 supports referential integrity also. For example we can have two lists for our company named Employee Details and Department. We can create a referential integrity between department fields in employee details and department name in Department list. Most of us are familiar with SQL server there we have cascade delete and Restricted d...

SPWebApplication Class in SharePoint  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Destin joy      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I am giving you an introduction on SPWebApplication class. Most of the developers are naive about this class definitely this will give an introduction on the class...

How to enable Anonymous access in SharePoint 2010  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: Destin joy      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I am showing you how to enable anonymous access in SharePoint 2010.It is somewhat similar to SharePoint 2007 anonymous access configuration but some changes are there in the user interface. It has two steps. This will be useful if you are planning to have a public facing internet site....

Enable Attachment in SharePoint Blog post list and display the list Attachments  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: Suri meenakshi Sundaram      Rating:  
Read Reviews | Write Review |  Your Rating: 

Generally, SharePoint blog site, Post list doesn't have attachment facility to add documents to the list.

Here we will see, how we can handle it in different ways....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net