While writing code for connecting two webparts, i noticed that when i try to retrieve the data from Provider WebPart in CreateChildContro开发者_JS百科l method, the connection object is shown as NULL.
I can\'t find any answers on how to deploy my custom webpart from one SharePoint 2010 Server to another SharePoint 2010 Server.
Im new to sharepoint and im trying to get a SPList from another SPSite i have on same farm, that itself is not a problem.
I am developing a web part which has to parse a list of files on the server side and to output a report. The problem is that this opperation can last for a big amount of time.
Folks, I have an application that is primarily one page with a lot of user controls and custom controls.ASP.Net WebParts are being used.There is almost no code in the web page and its master page:it\
I want to learn about programming SharePoint - SP - in c#, i have VS 2010 professional. but 开发者_开发百科creating a visual webpart requires, SP to be installed on the same machine.
I need to create a Sharepoint 2010 \"Follows me\" WebPart similar to the Colleagues WebPart开发者_运维百科. I need to see which users has me as a colleague. Is there any way to do it more efficient th
Update: private string _catalogIconImageUrl = \"http://hostname/images/favicon.ico\"; [WebBrowsableAttribute(false),
I\'m investigating using WebParts for a client website, and I\'m running into an IE\\FireFox\\Chrome compatibility issue (there\'s always something, right?). It\'s been fairly well discussed in forums
i have a sharepoint site ,in the webpart page i have around 10 webparts.I would like to check the performance of individual 开发者_如何学运维webpart.i mean which webpart taking more time in the page.