I want to add a C# class to an existing SharePoint 2010 site page. The site page, being created either through the SharePoint UI or in SharePoint Designer, has a web part on开发者_如何学Python it that
I would like to basically extend PeopleEditor to make it Serializable in order to store in ViewState because it is created dynamically and I need it during PostBack.
Is there a way to get the XML presented in a XMLFormView? I\'m trying to create a custom web part with a \"Save as PDF\" button for an InfoPath form. The idea is to combine the XML with the form\'s XS
This is what I tried... ddlC开发者_高级运维lientsInSearchResult.DataSource = dtClients; ddlClientsInSearchResult.DataValueField = dtClients.Columns[0].ToString();
I\'m using a browser-enabled Infopath form with Sharepoint 2010 and I want to show a modal开发者_Go百科 popup or even redirect to another page after clicking on Submit, saying \"Thank you... Your form
I am new to Sharepoint. I wrote a simple RIA 开发者_开发技巧MCF silverlight app which runs all the queries right on my server. Now I tried make it available on a Sharepoint testing site. I loaded the
I have a page hosted in \'virtualcasa1\' domain opening a modal dialog: var options = { title: \"Repro\",
[Possible Duplicate] Disable Ribbon Button But I came with question, as I\'m this question not answered and I\'m looking for available server 开发者_StackOverflowside solution.
It\'s clear from these questions When and when-not to install into the GAC? What are the advantages and disadvantages of using the GAC?
I am working with Visual Studio 2008 and SharePoint 2007. I have create开发者_运维百科d a web part , a web user control that pulls data from a web service (binding a DropDownlist from web service) has