codeplex.com
CodePlex - LoneSurvivor
http://www.codeplex.com/site/users/view/LoneSurvivor
Project Hosting for Open Source Software. Member Since May 14, 2009. Last Visit August 21, 2013. SharePoint Custom Form Templates. Visit my blog @ http:/ sharepointbox.blogspot.com/. No activity in the last 60 days. CKS: Development Tools Edition. Starter Master Pages for SharePoint. Version 8.21.2015.21031.
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: How to use custom form templates in NewForm.aspx/EditForm.aspx
http://sharepointbox.blogspot.com/2010/11/how-to-use-custom-form-templates-in.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Sonntag, 14. November 2010. How to use custom form templates in NewForm.aspx/EditForm.aspx. A main criterion that distinguishes websites between good and bad usability is the way, how users can enter data to forms. Finally you really want to impress your customer so the fields in the form are grouped by context in a multi-columned table and have some stylish images around. 8220;Use custom form templates! Which render...
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: SPFile.Publish() writes 'System Account' to 'ModifiedBy'-column instead of current user
http://sharepointbox.blogspot.com/2014/07/spfilepublish-writes-system-account-to.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Dienstag, 8. Juli 2014. SPFile.Publish() writes 'System Account' to 'ModifiedBy'-column instead of current user. I had the following scenario:. Documents that are dragged&dropped in a documentlibrary should be enriched with additional metadata and after that they should be published. The document library has versions enabled with minor versions. But then I found a solution here. SPListItem spListItem = spWeb.GetL...
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: 07.09.14 - 14.09.14
http://sharepointbox.blogspot.com/2014_09_07_archive.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Mittwoch, 10. September 2014. Adding ECB directly to document libraries. Recently I used to look for a possibility to change the SharePoint 2013 ECB (Edit Control Block) from CallOut-Popup back to direct call as known from SharePoint 2010. I found this way as a quick work around:. Http:/ www.learningsharepoint.com/2013/05/18/hide-callouts-in-a-sharepoint-2013-task-list/. Diesen Post per E-Mail versenden. Business Int...
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: 28.04.13 - 05.05.13
http://sharepointbox.blogspot.com/2013_04_28_archive.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Donnerstag, 2. Mai 2013. Get current versions for activated features (not feature definitions) in a web or site collection. Recently I wrote a PowerShell-Script which writes the current version-numbers of web-features specified by a name-filter into a file. These versions are not from the feature-definition but from the feature activated in a web. An example for this could be the following:. New-object psobject -Prop...
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: Get current versions for activated features (not feature definitions) in a web or site collection
http://sharepointbox.blogspot.com/2013/05/get-current-versions-for-activated.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Donnerstag, 2. Mai 2013. Get current versions for activated features (not feature definitions) in a web or site collection. Recently I wrote a PowerShell-Script which writes the current version-numbers of web-features specified by a name-filter into a file. These versions are not from the feature-definition but from the feature activated in a web. An example for this could be the following:. New-object psobject -Prop...
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: A potentially dangerous Request.Form value was detected from the client (ctl00$PlaceHolderMain$...
http://sharepointbox.blogspot.com/2013/11/a-potentially-dangerous-requestform.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Montag, 25. November 2013. A potentially dangerous Request.Form value was detected from the client (ctl00$PlaceHolderMain$. Recently I got the following errormessage in SharePoint 2013 after trying to save an edited publishing page. Also it was not possible to add any webpart. To "20" and search for. Pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="true". Add tagType=...
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: Adding ECB directly to document libraries
http://sharepointbox.blogspot.com/2014/09/adding-ecb-directly-to-document.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Mittwoch, 10. September 2014. Adding ECB directly to document libraries. Recently I used to look for a possibility to change the SharePoint 2013 ECB (Edit Control Block) from CallOut-Popup back to direct call as known from SharePoint 2010. I found this way as a quick work around:. Http:/ www.learningsharepoint.com/2013/05/18/hide-callouts-in-a-sharepoint-2013-task-list/. Diesen Post per E-Mail versenden. Professional...
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: 12.02.12 - 19.02.12
http://sharepointbox.blogspot.com/2012_02_12_archive.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Freitag, 17. Februar 2012. Bugfix for 'Walkthrough: Replacing a Button on the Server Ribbon'. There is an example how to replace a button on the server ribbon available in the MSDN. With one issue: it doesn't work . ;-). But I found the error and commented it below in the Community Content-section. For completeness I'll post it in my blog again:. Diesen Post per E-Mail versenden. Microsoft SharePoint 2010 Unleashed.
sharepointbox.blogspot.com
SharePoint - Deeper than out of the box: Issues with Lookup-Fields with each more than 20 items
http://sharepointbox.blogspot.com/2012/11/issues-with-lookup-fields-with-each.html
SharePoint - Deeper than out of the box. Practical experience for SharePoint-Developing. Freitag, 23. November 2012. Issues with Lookup-Fields with each more than 20 items. If you have multiple lookup-fields in your form which reference to more than 20 items (hardcoded limit in the LookupField-Control! You may notice to the display and behaviour of your control:. The rendering of the field switches from select-tag to an input-tag and an img-tag. A click on the image shows a layer with the selectfield.