Description:
You can remotely debug a SharePoint farm solution in
your local Visual Studio without having SharePoint locally installed.
Assumptions:
1. You
have a ready on premise SharePoint Server
2. You
have Visual Studio 2013 installed on your local machine. (ex. Windows 7/Windows
10)3. You...
Export content of a SharePoint list to a HTML table
You can use SPServices jQuery Library and CAML query to get data from a SharePoint List and display that retrieved data in Content Editor Web Part where you would write your html table code.
To learn more about SPServices refer this: SPServices CodePlex
Before writing the below code in Content Editor Web Part make sure you download jquery-1.4.2.min.js from https://code.jquery.com/jquery/ and...
Errors while installing SharePoint Server 2013 pre-requisites on Windows Server 2012 R2
Zakir Chougle
12:09 PM
SharePoint 2013, SharePoint 2013 Installation, Windows Server 2012 R2
1 comment
You would
find tons of blogs discussing the below first error* while installing
SharePoint 2013 pre-requisites. I also encountered the second error about .Net framework 3.5.
Application
Server Role, Web Server (IIS) Role: configuration error*
.Net Framework
3.5 not enabled.
The...
Add Date Time automatically in SharePoint Blog Post
In this post we would be discussing on how we can disallow users to select the Published (Date-Time) field while creating a blog post in SharePoint. Like below:
Our aim is to set the Published automatically as per the current system's date-time.
If you are thinking to follow the usual way of...
Working with SharePoint 2010 Content Query Web Part & XSLT to create custom event date calendar
I was assigned to create an Event Calendar Display web part that may show employees leave plans in the IT department. I created the web part with the help of this awesome article http://labs.steveottenad.com/sharepoint-2010-xslt-date-formatting/ and I achieve what I needed. Later I felt the...