maanusblogs.blogspot.com
Share Point Developer Blog: Change SharePoint 'Document library/List' Column width
http://maanusblogs.blogspot.com/2009/08/change-sharepoint-document-librarylist.html
Share Point Developer Blog. Tuesday, August 25, 2009. Change SharePoint 'Document library/List' Column width. Sometimes we need to change default column width of document library/list.To change sharepoint document library/list column we need to add a content editor webpart on that perticular page and need to write below code as javascript script. Use below code within javascript tag). For (var i = 0, l = document.getElementsByTagName("TH").length; i. If (thisTH.innerText = 'Comments') {. Solution : Go to...
maanusblogs.blogspot.com
Share Point Developer Blog: Programmatically Upload a file from Local path to sharepoint document library [c#]
http://maanusblogs.blogspot.com/2009/06/programmatically-upload-file-from-local.html
Share Point Developer Blog. Wednesday, June 10, 2009. Programmatically Upload a file from Local path to sharepoint document library [c#]. Here code is using FileUpload control to get a file from local system path.After getting this local file path ,below is code which helps to add this file to sharepoint document library. String sourceFilePath = fileUpload.PostedFile.FileName.ToString();. SourceFilePath = sourceFilePath.Replace("%20", " ");. SourceFilePath = sourceFilePath.Replace(' ', '/');. FStream....
maanusblogs.blogspot.com
Share Point Developer Blog: December 2009
http://maanusblogs.blogspot.com/2009_12_01_archive.html
Share Point Developer Blog. Wednesday, December 30, 2009. View a detailed error in sharepoint. To View a detailed error in sharepoint, you need to follow below steps in your site’s web.config file . Change 'CallStack' value from false to true in SafeMode attribute as shown below. SafeMode MaxControls="200" CallStack="false" ./]. SafeMode MaxControls="200" CallStack="true" ./]. Change 'customErrors' tag mode from ‘On’ to ‘Off’. Change 'Debug' from 'false' to 'true' in 'Compilation' attribute. To deploy ou...
maanusblogs.blogspot.com
Share Point Developer Blog: August 2009
http://maanusblogs.blogspot.com/2009_08_01_archive.html
Share Point Developer Blog. Tuesday, August 25, 2009. Change SharePoint 'Document library/List' Column width. Sometimes we need to change default column width of document library/list.To change sharepoint document library/list column we need to add a content editor webpart on that perticular page and need to write below code as javascript script. Use below code within javascript tag). For (var i = 0, l = document.getElementsByTagName("TH").length; i. If (thisTH.innerText = 'Comments') {. Failed on Start 1.
maanusblogs.blogspot.com
Share Point Developer Blog: Remove / Hide the "Approval" and "Collect Feedback" workflow in the "Start a New Workflow" page.
http://maanusblogs.blogspot.com/2010/04/remove-hide-approval-and-collect.html
Share Point Developer Blog. Monday, April 19, 2010. Remove / Hide the "Approval" and "Collect Feedback" workflow in the "Start a New Workflow" page. Go to : Shared Service Administrator Site Setting Site Content Type Gallery Site Content Type,. Select 'Document' or that content type where you want to remove 'Approval' or 'Collect Feedback' OOB Workflows. Click 'WorkFlow Settings' remove the 'Approval' and 'Collect Feedback'. Labels: Remove / Hide the Approval and Collect Feedback. View my complete profile.
maanusblogs.blogspot.com
Share Point Developer Blog: June 2009
http://maanusblogs.blogspot.com/2009_06_01_archive.html
Share Point Developer Blog. Wednesday, June 10, 2009. Programmatically Upload a file from Local path to sharepoint document library [c#]. Here code is using FileUpload control to get a file from local system path.After getting this local file path ,below is code which helps to add this file to sharepoint document library. String sourceFilePath = fileUpload.PostedFile.FileName.ToString();. SourceFilePath = sourceFilePath.Replace("%20", " ");. SourceFilePath = sourceFilePath.Replace(' ', '/');. FStream....
maanusblogs.blogspot.com
Share Point Developer Blog: September 2009
http://maanusblogs.blogspot.com/2009_09_01_archive.html
Share Point Developer Blog. Tuesday, September 29, 2009. An error has occurred after workflow completed MOSS 2007. If you have a "built in" or custom approval workflow setup for your document library. The workflow runs correctly, however sometimes you look at the workflow status, you may receive an error after the task has been approved and completed such as,. Event Type: Error User ID: System Account Description: An error has occurred in [your workflow name]. Thursday, September 3, 2009. Problem 2: In c...
maanusblogs.blogspot.com
Share Point Developer Blog: Error "401 Unauthorized" For MOSS FBA
http://maanusblogs.blogspot.com/2009/09/error-401-unauthorized-for-moss-fba.html
Share Point Developer Blog. Wednesday, September 2, 2009. Error "401 Unauthorized" For MOSS FBA. When you have SharePoint Server 2007 implementation with Form Based Authentication (FBA) and anonymous access turned on you may experience 401 Unauthorized when you visit the site like http:/ xxxxxx/sites123/pages123/default.aspx. Compilation batch="false" debug="false" /*. Note: Please replace * (Blogger not support HTML tagging). Hope it will help! Labels: Error 401 Unauthorized For MOSS FBA. When I did cre...
maanusblogs.blogspot.com
Share Point Developer Blog: An error has occurred after workflow completed MOSS 2007
http://maanusblogs.blogspot.com/2009/09/error-has-occurred-after-workflow.html
Share Point Developer Blog. Tuesday, September 29, 2009. An error has occurred after workflow completed MOSS 2007. If you have a "built in" or custom approval workflow setup for your document library. The workflow runs correctly, however sometimes you look at the workflow status, you may receive an error after the task has been approved and completed such as,. Event Type: Error User ID: System Account Description: An error has occurred in [your workflow name]. October 7, 2012 at 11:37 AM. When you have S...