By tag: sharepoint
0
kicks
Using SharePoint 2010 dialogs
SharePoint 2010 dialogs are JavaScript pop-up dialogs consisting of an iframe to request the other pages in the SharePoint. These pages can be publishing pages or application pages.When you call a pop-up dialog in SharePoint 2010, the content is displayed by using the system master page. The dialog ...
0
kicks
Activating and Deactivating Feature programmatically in SharePoint
Sometimes, You may need to activate/deactivate Feature programmatically in SharePoint. Feature should have the scope of the web, site or web application or Farm.You can get the Feature by accessing Feature properties of Site or web. Write the following code to retrieve the activated features availab...
0
kicks
Using Property bag in SharePoint 2010
Property bag is basically a hash table of key-value pair options. Property bag feature is available in Windows SharePoint services 3.0. It allows you to add properties to objects in SharePoint site. Property bag helps you to store meta data as key-value pairs example Connection Strings, file paths, ...
0
kicks
Windows Azure support to SharePoint 2013
Last week Microsoft announced general availability of Infrastructure as a Service(IaaS) support for Windows Azure. You can signup here to see what is new in this release? Key Enhancements are made in General Availability like creating a new virtual machine and virtual networks in Windows Azure. This...
0
kicks
Social Features in SharePoint 2013 Part2
A Big boost for social features in SharePoint 2013 which were an extension for the features introduced in SharePoint 2010. In SharePoint 2013 Collaborating and exchanging information options have been improved a lot, Features like Micro Blogging, Community sites and sharing introduced in SharePoint ...
0
kicks
Customize ReportViewerWebPart in C# and render in SharePoint Pages
This is one of the major milestone I have achieved recently to customize the report viewer web part for SharePoint sites. The issue I was facing: the SharePoint site which I have developed was too complex and it exposed via 3 zones. http://intranetsite, http://extranetsite, https://internetsite
...
0
kicks
SharePoint 2010 Service Pack 1 - Part 1: Overview
This series show you an overview, how to plan, install and verify a SharePoint 2010 Service Pack 1 deployment. It includes different parts regarding SharePoint Foundation 2010 as well as SharePoint Server 2010 including planning, preparation, installation and verification.
0
kicks
Custom errors in web.config and SharePoint 2010
Now with SharePoint 2010 it’s not as straight forward as in SharePoint 2007 to enable custom errors to show up in the browser. While in 2007 you needed to enable the settings in one web.config file we have now the same settings but at different locations.
0
kicks
Install SharePoint
Here you will find all resources necessary to successfully install SharePoint.
0
kicks
SharePoint 2010 - Microsoft downloads of April 2010
New SharePoint 2010 resources from April 2011...
0
kicks
SharePoint Tutorial - SharePoint Designer 2010 Top 5 tips
Here are the top 5 tips (or answers) to the most common questions regarding SharePoint Designer 2010 you should consider before you start to install the application.
0
kicks
Microsoft SharePoint Tutorial
Here are my links to Microsoft SharePoint tutorials including developer, IT Pro and end user training. Along with that comes links to SharePoint resources like resource centers or TechNet content.
0
kicks
New update: SharePoint Site Provisioning - Content Generator 2011
There was published a free tool called Content Generator 2011 which creates lots of test data in order to create a SharePoint development environment with real world content. It was updated the tool in order the enhance the SharePoint site provisioning process.
0
kicks
Create a 1GB document library in 5 minutes with content in SharePoint
During your development process you may need a test environment with lots of data. You can either create this test data by hand or you can use my tool Content Generator 2011 in order save time.