Sharepoint List doesn't Update Modified By Column
I have a sharepoint list which i have a workflow which depends on modified by column and Here is my problem when a user named Ayshine creates an item Modified By : Ayshine and Created By : Ayshine...
View ArticleBind a control at onclick of dynamic templatefield
Hi All, I have successfully created dynamic gridview with a templatefield column. This templatefield column has LinkButton as a child control. In the LinkButton_Click event i want to bind dropdownlist....
View ArticleList Item ID changes. How to avoid this? Or how to update the code?
Hi, It is time to move the Site from development to production and I am already hit with a number of unexpected issues. (Unexpected - because of my in-experience) One of the issues that I'm facing is...
View ArticleSharePoint 2007 | Configure User Name length in welcome control of sharepoint
Hi Welcome control of the SharePoint shows the user name. If the user name is greater than 32 characters it displays user name as "Welcome LongName10LongName10LongName10Lo..." when actual name is...
View ArticleWhy is Sites.FullUrl null in SharePoint content database? Where to find the...
I'm working on a sharepoint project. it needs use SQL query to get some information about site collection and web. when I check the content database directly, I found that Sites.FullUrl is always null,...
View ArticleNamespace/dll for the RSS Viewer webpart
Hi All, Can any body tell me how can i extend/cutomize OOTB RSS Viewer Webpart using the base Class or .dll. Am thinking to do the same way we will extend CQWP using Sharepoint.Publishing.dll. Thanks...
View ArticleWebpart Code Behind for DataGridView
In my Webpart; I have a GridView and want to do something similiar to the following. This code is for DataGridView control and I want the equivalent to GridView control. DataGridViewColumn c = new...
View ArticleLinking a sharepoint list to a word document
I am trying to create a word document which will print (from workflow) when a new sharepoint list item is created. Im having no problems importing the values from the sharepoint list into the document,...
View ArticleUsers unable to upload to sharepoint 2010 library although they have rights
I have a SHarePoint 2010 website in which users are unable to upload documents to libraries and lists which were migrated over from a sharepoint 2007 site. I ahve been unable to discover what the...
View ArticleSharePointWebControls:SharePointFieldValue showing the date specified...
Hi all, Yes it is as weird as it sounds, see the below image... why would it be showing the day before the actual value of the field?! Server, user regional settings and local machine time zone all the...
View ArticleLibrary and anonymous access
I have an library on the site with anonymous access. Anonymous users have read permissions on the library files. Solution will store documents with guid file names to this library. If an user have to...
View ArticleWhere should I dispose my SPSite and SPWeb in my web service?
A couple years ago, a consultant wrote a custom MOSS 2007 web service for my company and it has been in use ever since. Recently we began having performance problems with the service and upon looking...
View ArticleCustom EditorPart in Sharepoint Sandboxed solution.
Hi, I want to implement the custom EditorPart in SharePoint sandboxed solution. I have the code like below. When I deploy the solution I cannot see the textbox and I noticed that the code is not...
View ArticleExternal list does not shows data in sharepoint
I have create an external content type then from that content type i created an external list. But my problem is that data in sql table is not showing in newly created external list. But when i add...
View ArticleAutomation of list deployment in sharepoint 2007
we have large number of list in our sharepoint 2007 site ,whenever we have to deploy these list from one site to other we have to do this manually Is there any way to do automated deployment instead...
View ArticleError occurred in deployment step 'Recycle IIS Application Pool': The local...
I have installed SharePoint on my Hyper-V but I am opening SharePoint solution from another computer and set the Site url property to Hyper-V SharePoint server as http://sharepointserve:9000 When I am...
View ArticleCopping a Two Lists all time updated, and with no duplicates
Hellow i have a problem to copy two list one to anothere, but when is adding a new element's to the first list, another should be updated, and remove all duplicates. I made a Code, but all time it's...
View ArticleHow to Move SharePoint Document Library Files Programmatically C#
Hi, I wanted to move documents from one library to another using C# code. If any can point the code would be appreciated. Thanks, -Gautham
View ArticleHow to access SharePoint List from secured site
Hi, I want to access some data from Sharepoint List in datatable or any other source. when i run the below code i got the an error My code (in concole application): ClientContext clientContext = new...
View ArticleDynamically Added PeopleEditor web control Check Names error
I am inserting PeopleEditor sharepoint web control dynamically as PeopleEditor peopleEditor = new PeopleEditor(); peopleEditor.MultiSelect = false; peopleEditor.Attributes.Add("runat", "server");...
View Article