RichHtmlField custom page layout initial focus
Hi,According to the following RichHtmlField.HasInitialFocus Propertythe focus is set to the first occurrence of RichHtmlField no matter it's place with respect to other controls and it causes the page...
View ArticleHow to use Third Party dll in SharePoint Visual Studio 2010 web part ?
Hi, I have added the following code on the Package.template.xml<Assemblies> <Assembly Location="ThirdParty.dll" DeploymentTarget="GlobalAssemblyCache"> <SafeControls>...
View ArticleDeploying third party dll from solution
Hi,I am creating a visual webpart in which i have added the Telerik RadGrid.I have added the Telerik.web.UI dll in the Reference and is refered from the GAC. I have build the solution and grid works...
View ArticleUpdate data into SQL server table form excel placed in SharePoint documents
Is there any way to update data into SQL server table form excel placed in SharePoint shared documents folder?with some action (cellchanged or while closing excel) we need ti update data into SQL...
View ArticleCustom Field Types and sync with Sharepoint workspace 2010
Hello,we´re using a custom field type which is basically a choice field but got the data from managed metadata Service. This is mainly because the Standard choice fields are not language dependant....
View ArticleCreate a video webpart side by side in Sharepoint 2010 Foundation
Hi;How possible to create multiple webpart for embeded video across the zone, such as create a 4X4 web parts. Currently, if I create a new web part, the new web part will be appended to the top of...
View ArticleSharePoint 2010 Moving nested folder between document Libraries
Hello, For one of our client we have requirement to move folders and contents from folder to other document library. Wanted to know how this can be achieved. Below is the requirementDocument library...
View ArticleNintex workflow issue while implementation
Hi Experts,i want to implent workflow to send email notification.condition is if(NextFollowUpDate<=ToDate) && (status!=complete)the email send successfully to the receivers.But the...
View ArticleImporting moss 2007 website to SharePoint 2010 using sites.asmx
Hello,I have exported a moss 2007 site using sites.asmx which has created .cmp files in a document library of that site. I have to import that site to SharePoint 2010, for which I have created a web...
View ArticleHow to add custom properties in my visual Webpart ?
Hii've created new visual web part for my sharepoint 2010 via this link.now i want to add custom properties to my visual web part, but i can not see my properties in "Editing Webpart" toolbox.i also...
View ArticleProblem with accessing People service through Alternate access URL
The code which written to access people service in sharpoint 2010 is working fine using default url but when tried to access through Alternate access URL its givingThe request failed with HTTP status...
View Articleshow sharepoint list item in folders in reporting service
How to retrieve all items from all folder in a list because my report return all data in root folder only. that is very strange !!! my report in designer in vs2008 retrive all items without folder but...
View ArticleSharePoint 2010 and Infopath 2010 using several formulars
Hello guys,I've got a question. I'm currently using Infopath 2010 with SharePoint 2010. Normally I use one Formular with a Document Library, but now I need to use a kind of a wizard.The user has to...
View ArticleSP.UI.ModalDialog.showModalDialog closes parent window
HiI've got a visual web part that hosted inside a web parts page in SharePoint 2010. It shows the /_layouts/PickerTreeView.asp page as a modal. However, if I select an item from the PickerTreeView.asp...
View ArticleGetting the loged in users Active Directory User Group into InfoPath Form.
Hi I have developed an InfoPath and I want to get the current logged in users Active Directory group name. I know there is a web service for that and but don't know to use it. Please help someone.Thanks.
View ArticleRead all SharePoint 2010 Site collections
Hallo,I would like to know, how I could query all SharePoint Sites which are existing on a SharePoint Server. How can I achieve this via C#.Best regards and thanks in advance!Matthias
View ArticleManaged Metadata Item Term Limit in sharepoint 2010
I know this question has been asked on MSDN but still i couldn't figure out the answer.Sometimes I get typical manage metadata error (i.e. Url is invalid ...) for 50 terms and sometimes i get error...
View Articleediting Visual web part using sharepoint 2010
Dear all, I just want to know - how we can edit the visual webpart in visual Studio 2010 and update the solution back to the sharepoint 2010.Somebody had done this webpart in visual studio and deployed...
View Articlehow to decrease Z index value in data table for each row
Hi,i have data table in that table i have drop down list in first row of first cell, when adding new row it will add drop down list and reaming text box, here first drop down list overlap to second...
View ArticleWeb Part Properties as Custom Dropdown menu
HI,i have this dropdown and i want to use ti in the Webpart properties is it possible? using (SPSite oSite = new SPSite(this.strSiteURL)) { using (SPWeb oWeb = oSite.OpenWeb()) { foreach (SPList list...
View Article