I am trying to create an iGoogle like page in .net 3.5 I have written code(in asp.net) to dynamically add usercontrols to 2 webzones.....pretty simple stuff....
I\'ve got a custom webpart in Sharepoint 2007 that works when used on the same machine sharepoint is installed on. When I browse to the page from a remote machine, the webpart renders but when you cli
After configuring the alternet access mapping custom web part is not displaying in the site, while clicking link for webpart
I\'m building a custom web part in SharePoint 2007 using C#. I need to accessdata from another custom web part.
I\'m developping a custom CQWP using a custom ContentQueryMain.xsl, I am using a list structure with which I would like to have a separator creating a new list each three items. Here is the code of th
Well I am doing development in Sharepoint 2007 and SSRS 2008. I am pretty new to both of the technologies. What I am trying to do is I have created a report in SSRS and using Report Viewer Web Part to
I want to make a silve开发者_StackOverflowrlight web part hosted in SharePoint 2010 that will take up the entire screen.I know how to get rid of all the SharePoint navigation through CSS or a custom m
In a WebPart using Sharepoint 2010, I´ve got a problem when creating dynamically a LinkButton because his event isn´t fired.
I´m starting developing in Sharepoint2010 and I didn´t开发者_运维技巧 found a way to make a webpart call (execute) another webpart. What is the best way to do it?I don\'t know what you mean by \'exe
using (SPSite site = new SPSite(\"http://servername/sites/test/\")) { 开发者_JS百科PageViewerWebPart pvwp = new PageViewerWebPart();