5
votes
10answers
1k views
Develop SharePoint web parts in ASP.NET
I have been asked to develop some usercontrols in ASP.NET that will at a later point be pulled into a SharePoint site as web parts. I am new to SharePoint and will not have access …
5
votes
9answers
5k views
SharePoint error: “Cannot import Web Part”
I have a web part that I've developed, and if I manually install the web part it is fine.
However when I have packaged the web part following the instructions on this web site as …
4
votes
2answers
331 views
Are ASP.NET Web Parts a viable technology for implementing a portal architecture
Web parts seem to be used extensively in Sharepoint related development, but examples of using them in asp.net webforms applications are few and far between. I'm implementing a do …
3
votes
3answers
291 views
Web Part connections in site definitions
I have requirement of specifying web part connections in onet.xml. So when site is created using this site definition the said web parts are already connected and ready to use. Whi …
3
votes
5answers
399 views
Possible to load a web part inside another?
So, this is what we want to do: We want to have a generic web part with a custom frame around it and then dynamically load other web parts (frameless) inside it. Would this at all …
3
votes
1answer
398 views
What are some good techniques for performance testing SharePoint web parts and controls?
This is a question about performance testing specific to SharePoint web parts and controls (although standard ASP.NET methods would be applicable as well). I'm wondering what are s …
1
vote
4answers
594 views
Why does RunWithElevatedPrivileges fail to execute?
I'm trying to make a web part that greps user comments and stores it in custom list, I wrote this code to add a list to the site once the web part added to the page,
[Guid("c314a0 …
1
vote
1answer
576 views
Adding presence indicator to a custom web part
I have a custom web part which is generating some user data. I have added the appropriate code to output the standard presence icon and menu however this is acting rather stangely …
1
vote
1answer
299 views
Sharepoint: how can i find all the pages that host a particular web part?
As the question says - is there a way to determine which pages are including my web part?
1
vote
6answers
561 views
SharePoint: Do not see any Filter Web Parts
Hi,
In the official Office 2007 site there are numerous reference to Filter Web Parts.
When I try to add one of them, the Web Part list in my Sharepoint doesn't show any Filter W …
1
vote
4answers
2k views
How to create a dashboard user interface using ASP.NET MVC?
I am currently building an application using ASP.NET MVC. The data entry pages are fairly easy to code, I just make the Model for the page of the type of my business object:
name …
1
vote
3answers
820 views
Communicate with Document Library Browser Web Part
Background
My task is to, in SharePoint, show an image of a process map which should be clickable. Think of an imagemap in html. Some areas take you to other process map images an …
1
vote
2answers
2k views
Can I make a SharePoint Image Web Part clickable to link to another page
The Image Web Part doesn't seem to have an href attribute that I can set. Is there something I am missing?
1
vote
5answers
780 views
Sharepoint: Best way to display lists of non-Sharepoint content with “compatible” UI?
I've built a web part for Sharepoint that retrieves data from an external service. I'd like to display the items in a way that's UI-compatible with Sharepoint (fits in with its su …
0
votes
3answers
148 views
How to display XML returned by SharePoint for web parts?
Lately I've been doing a lot of custom styling in SharePoint by modifying the XSL used to display various web parts. Knowing what the actual XML looks like, including which elemen …
