Browse by Tags

All Tags » SharePoint Development (RSS)
Sorry, but there are no more tags available to filter with.

Create secure sharepoint application page for site administrator by lavssun

I've seen a question in msdn forum few days back, asking whether the sharepoint application page can be accessed only by the administrator. There is a simple way to achieve this. Whenever we create the secure application page in sharepoint, we need...

Create a custom web part to render silverlight application by lavssun

In my previous post, I've discussed about how to leverage the content editor web part to render the silverlight application. In this post, I'd be discussing the steps to create a custom web part to render the silverlight application. The custom...

Leverage content editor web part to render silverlight application by lavssun

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...

Create unsecure application pages for sharepoint by lavssun

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...

Create secure application page for sharepoint by lavssun

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...

Leverage Javascript inside sharepoint web parts by lavssun

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...
Filed under:

Creating SharePoint Surveys in Publishing Portals – A Thought by lavssun

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...
Filed under:

Patterns and Practices for developing sharepoint applications by lavssun

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...
Filed under:

Visual Studio 2010 Tools for SharePoint Announced by lavssun

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...
Filed under:

Silverlight Blueprints for SharePoint by lavssun

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...
Filed under:

Programmatically Create SharePoint Survey questions by lavssun

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...
Filed under:

Rating & Feedback functionality for SharePoint content by lavssun

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...
Filed under:

Use Data View web part without unghosting the page by lavssun

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...
Filed under:

Visual Studio extensions for SharePoint - Developer User Guide by lavssun

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...
Filed under:

Web Part Life Cycle Events by lavssun

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...
Filed under:

Connected Page Viewer Web Part by lavssun

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...
Filed under:
Powered by Community Server (Commercial Edition), by Telligent Systems