Tag : sharepoint

Title User Language Tags Description Date
How to retrieve data from a list in Sharepoint 2013 using oData and JavaScript rumremix JavaScript

The following code fetches contents of each Title field from the list called "LandingMiddleLinks"

May 15
Add Javascript in itemStyle.xsl diogoweb SASS July 16, 2011
Customazing XsltListViewWebPart XSL with pagination diogoweb XSLT June 15, 2011
Name of currently logged in user in sharepoint dimian12 C#

Returns the username (domain\username) of the user that is currently logged in sharepoint. Can be used inside features / custom pages

April 29, 2011
how to remove unwanted elements from appearing in sharepoint dialog boxes rumremix HTML

simply add s4-notdlg to the class of the element that you don't want to appear in dialog boxes. See example.

April 21, 2011
sharepoint 2010 css reset rumremix CSS April 21, 2011
how to fix sharepoint designer when it gets out of sync rumremix Other

Sometimes SPD gets confused as to which files are checked out or not and to whom. This fix generally works.

April 9, 2011
Extending SharePoint modal window rumremix JavaScript March 31, 2011
How to check if a sharepoint 2007 workflow is running Bin Ku C# How to check if a sharepoint 2007 workflow is running March 21, 2011
SharePoint Edit Mode Panel rumremix C#

You need to register this at the top of the page. Remember you can do this on a layout page as well, instead of the master page.

<%@>

Then in the body use the following. The ID can be anything you want, just make sure not to duplicate it on a layout and master page.

     <PublishingWebControls:EditModePanel>
             EDIT CONTENT HERE
     </PublishingWebControls:EditModePanel>
March 16, 2011
S002 Asynchronous WebPart Processing realB12 C# March 12, 2011
Get Sub Webs scholli JavaScript February 25, 2011
Store Connection String in SharePoint's web.config Bill Daugherty II ASP.NET Stores a connection string in the web.config file so you can use it for development, and prooduction both, as well as keeping the data out of the code. February 21, 2011
Get current user in workflow sharepoint context Bin Ku C# Get current user in workflow sharepoint context February 15, 2011
SharePoint - Ocultar sincronización con Outlook dcastella JavaScript February 14, 2011