Browse by Tags
All Tags »
SharePoint Development (
RSS)
Sorry, but there are no more tags available to filter with.
Silvelight can be integrated with SharePoint sites to provide richness and improve the user experience of the SharePoint sites. There are many ways to integrate the silverlight application (xap) with SharePoint sites. The first option is to leverage the...
There are times, where we need to create an application page to be accessed anonymously by the user, instead of the user signing-in and accessing the page. Here is the code-snippet to create an unsecure application page for sharepoint. public partial...
Creating an application page for sharepoint is fairly simple and straight-forward. To make that application page secure, just do some extra steps in the code. Here is the code-snippet for creating secure application page in sharepoint . public partial...
Many a times, we'd find the need for leveraging the javascript in sharepoint web parts. It could be a simple requirement of opening up a pop-up window or could be a complex requirement to invoke a web service from javascript. Here is code-snippet...
In this post, I'm just going to deal with how to create and host surveys in the sharepoint publishing environment. I’m just putting together all the thoughts and experiencs on this area. MOSS 2007 provide the out-of-box capability of creating and...
The patterns and practices for developing sharepoint applications has been released. This is aimed at architects and developers to aid the sharepoint development. It has One reference implementation addresses basic issues such as creating lists and content...
I got an update from Paul Andrew that, Visual Studio 2010 Tools for SharePoint Announced was announced at Tech Ed EMEA recently. Check out Paul Andrew's Blog for more details on VS 2010 Tools for SharePoint http://blogs.msdn.com/pandrew/archive/2008...
Microsoft released the source code for the Silverlight Blueprints for SharePoint—based on the Silverlight Beta 2 release. The Silverlight Blueprints for SharePoint provide a way for developers to better understand how to integrate Silverlight applications...
Scenario I'm seeing this question " Is there way to create SharePoint Survey questions programmatically ?" many times in SharePoint Forums and News Groups Solution The answer is that it's definitely achievable programmatically through...
I had a customer requirement of implementing of implementing document rating / feedback functionality 6 months back. That time, we did not have any guidance for this. We did a custom development and achieved the feedback functionality for document library...
I'm wondering if it's possible to use the data view web part available in sharepoint designer on a page without having to customize or 'unghost' the page? Yes, this is feasible and check the following steps 1. Create a sample web part...
The User Guide, Samples and Walkthroughs for the Visual Studio 2005 extensions for Windows SharePoint Services 3.0, v1.1 has been released. The Visual Studio 2005 extensions for SharePoint were released back in Feb 2008 and an update for Visual Studio...
There are various web part events in the life-cycle. The following would shed some light to these events and help us to choose these events correctly based on the needs OnPreRender - It is called logically called before Render event of the ASP.NET page...
Scenario:- There is a Link web part and a Page viewer web part on the web part page. The requirement is that, whenever a user clicks on a particular link inside Link Web Part it should automatically render the corresponding page inside the page viewer...