View Word/Excel/PDF documents from SQL on-premises databse table containing...
How to create a list of documents and also be able to open them in SharePoint 2013 online?The documents are stored in an on-premise SQL Server database table.How I was going about it was to Create a...
View Articlesharepoint 2013 - How to get Geolocation column's latitude and longitude
Hi,Can anybody help to get the Geolocation column's latitude and longitude values programitically ?RegardsDurga
View ArticleCreate project site with feature stapling
How to create project site with existing project site template (feature stapling) without visual web part code.Thank in advance
View ArticleAccess SharePoint site through internet.
Hi there,I have an idea and I just want to know if it is possible, can I create a website on Azure and then use it as an AAM to access our SharePoint Site from the internet?And if that is not possible...
View ArticleSpQuery orderby lookup field is not working
using (SPSite site = new SPSite(SPContext.Current.Site.Url)) { using (SPWeb web = site.OpenWeb()) { SPList lista = web.Lists[list]; SPQuery query = new SPQuery(); query.Query =...
View ArticleCustom Master and Style Pages
Is there a good public resource for custom master and style sheets..for sp2013 just to get an idea of changes Please let me know..
View ArticleHow to change location of welcome control in master page of SharePoint 2013?
Hello Team,I have created a master page using design manager and it is working fine as expected. Now i have requirement to change position of a welcome control to display currently logged in user name...
View ArticleMake a column unique powershell
How can I make a column/field unique in powershell? Here is the code that I have : $myList.Fields.AddFieldAsXml("<Field Type='Number' DisplayName='SortOrder'...
View ArticleSharePoint 2013 custom list display
Hi there, I would like to display related list items as normal nested links, not in display form of the item. Basically: List item A: Related to A item 1 Related to A item 2List item B: Related to B...
View ArticleInstall .net framework 4.5 can effect on sharepoint 2010 ????
Install .net framework 4.5 can effect on sharepoint 2010 ???Nour
View Articlecopy files from document library to another doc lib in the same site
hi, i am trying to copy the files from one doc lib to another through code. but it throws me object ref. error.can anyone help me what i was doing wrong. i am having 2 folders within source doc...
View ArticleStatemachine Workflow using sharepoint designer
Hello,I need statemachine Workflow using sharepoint designer only.Please provide any link or sample solution
View ArticleAdd new item to custom list using sharepoint 2013 REST API
/ Getting the item type for the list function getListItemType(name) { return "SP.Data." + name[0].toUpperCase() + name.substring(1) + "ListItem"; } // Adding a list item with the metadata provided...
View ArticleGet the data from check box in edit page when in published page
<divdata-name="EditModePanelShowInEdit"><!--CS: Start Edit Mode Panel Snippet--><!--SPM:<%@Register Tagprefix="Publishing"...
View ArticleREST API unable to retrieve custom lookup value
Hi,I'm trying to retrieve a list item that contains an extended lookup field. For some reason I'm keep geting this error:The field value for field "fieldname" of type "fieldtype" cannot be...
View Articleopen popup window and redirect user to home page in sandboxed solution
i've created a sandboxed solution visual webpart and it has submit button so when user fills the information in the text boxes availble in webpart and clicks submit button so I want to open popup...
View Article“DTD is prohibited” error when accessing sharepoint 2013/office365 list (but...
I've been getting a list of folders and files from Sharepoint (on Office 365) by using the following C# code...... var folders = ListFolders(libraryName, clientContext, web); ... public...
View ArticleLooking for a SharePoint 2013 Object Model Diagram or Document
Hi All,I am new to SharePoint 2013 development and I'm looking for a SharePoint 2013 Object Model Diagram or Document where I can quickly see the right steps to take to get SharePoint information. For...
View ArticleSharepoint Calendar
Hello,We have a requirement where we need to pull all the items from sub calendars and show it in Global calendar. I created event reciever to acheive this. Item update is working fine with recurrsive...
View ArticleHow to manage PDF opening in client installed Adobe Reader?
Hi!As a background, I have this Document Library in SharePoint Online containing PDF files that are supposed to be confidential files wherein the users can only view the pdf documents, restricting the...
View Article