Creating sharepoint packages for deployment
Hi AllI have SharePoint 2010 site which has user controls registered in the aspx page using sharepoint designer.Now i wanted to move the ascx and ascx.cs files to the sharepoint server by creating a...
View ArticleGet Url of ListItem and copy it to the clipboard / Email
Hi guys, can someone help me to this question regarding C#-Programming: I get the Url of an current listItem via (How can I make it better? Like the code below it's static to the list "Documents" and...
View Articleupdate Created by field possible?
I see script to update created by field :https://gallery.technet.microsoft.com/projectserver/Update-SharePoint-list-4e6272ab#contentBut I failed to do so, I tried both splistitem.update() and...
View Articleinteract with List through web part code behind
Hi ,i have to develop a web part in which i have to construct a list of images dinamically. Every image will have a link to another page .The source of this configuration will be stored in a Sharepoint...
View ArticleShow modal in custom ASPX page
Ive tried so many ways to get this to work, but nothing is.I have a button, and onclick i want it to open a modal to a library/list newitem form. I have tried including these...
View ArticleCopying an attachment from one List Item to another List Item based on the...
Copying an attachment from one List item to another List Item based on the title being equal in both List on List item creation in one list. SharePoint can't accomplish this task I found, so I'm...
View ArticleTrying to convert a SharePoint page to a pdf, but iTextSharp won't let me
Hi Everyone,<o:p></o:p>So this is an interesting issue, and it may not be fixable,<o:p></o:p>The issue, when I try to print a normal webpage to pdf, everything works great, it...
View ArticleRetrieve list of all sites (and collection) along with users organized by...
Hello, I need to retrieve list of all sites (and site collection) along with users organized by group and project along with Role/permission. I have bits and pieces like below but I can use help...
View ArticleHow to add scrollbar in dropdownlist control and how to stop repeating value...
Hi,I am using dropdownlist control in my custom sharepoint application page. Dropdownlist have many values,i want to add scrollbar in dropdownlist control so it will be easy for user to select the...
View ArticleFiltering a Lookup FIeld on a SPD 2010 Custom Form
I have a SPD 2010 custom form NewForm1.aspx that has a lookup field called session pulled in from another list, I only want to show sessions in the dropdown when the status field in that list =...
View ArticleHow to generate audit report in sharepoint 2010 for custom column?
Hi,Below are my custom column.I have to generate audit report for Added, Edited ,Updated & Deleted.when i generate report only below column should display in the report.Please help me to achieve...
View Articlesharepoint list details to be displayed in Table format using Jquery
Hi,I need to display the list details in the below Table format:name:aaaphone number:111address:aaawhen there are more items to display then it should have paging navigationBlitz
View ArticleConvert SPUser and SPSite to C#
Following gives me what I need, but I need to convert this to C#. Get-SPUser -web http://Money/sites/mymoney | Select UserLogin > c:\temp\datadump.txt Get-SPSite -Limit All | Select...
View ArticleSharepoint 2010 Authentication in Xcode 6.3 using Swift
Hello guys,I have searched the whole internet for a working solution, but could not find it.I am trying to authenticate my iOS app to a SharePoint 2010 server using NTLM and SOAP technology, but I am...
View ArticleUser selection via ribbon and updated multiple selected Items assigned to...
I am looking the different approach for CallbackAssignedTo function which I can use in any browser as ActiveX is only confined to IE , and still the code is not fully working. unable to update the...
View ArticleSharePoint/Access CurrentWebUserGroups() 128 character limit
From a SharePoint webDB when asking for CurrentWebUserGroups() or IsCurrentWebUserInGroup() what is returned seems to be limited to 128 characters, so it is not returning all of the groups that my user...
View ArticleAddBehavior & navigateFrame
Hello everyone,I have been facing an issue with "Open With Explorer" and well, restarting WebClient service helps sometimes, restarting my PC also helps sometimes, but that is totally not handy.I have...
View Articleshow related tasks in DispForm of an item with Start Feedback Process workflow
I have a list "My List" that I has a "Start Feedback Process" workflow. The workflow creates multiple tasks in "Workflow Tasks". I want to modify the DispForm.aspx page of "My List" to show all the...
View ArticleConvert script powershel to c#
Hello I have convert the script powershell to c# code:$web = Get-SPWeb "https://intranet.oursite.com/" $list =$web.GetList("/sites/test/Lists/Order") $view = $list.Views["ScriptTest"] $exportlist =...
View ArticleHow to get the list of sub-sites under a SharePoint site using the Web Services?
I'm looking at this page:https://msdn.microsoft.com/en-us/library/office/ee705814(v=office.14).aspxBut unable to find the right service and method to call to get the list of sub-sites under a...
View Article