0
votes
3answers
170 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 elements have actual …
0
votes
0answers
50 views
Dynamic web parts creation
Hello,
I have a dropdown tat contains values for the webparts to be added. I have a button called select. When a user clicks that button, the value from dropdown must be taken and a web part must me …
3
votes
3answers
311 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. Which properties I need …
0
votes
1answer
93 views
Is there a way to rebuild/repair ASP.Net personalization tables without losing the data inside?
I inherited an Asp.Net app that uses ASP.Net membership services. I am trying to add web parts with personalization to the site, and am getting a lot of errors. It looks like the tables generated by …
1
vote
4answers
654 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,
…
1
vote
1answer
637 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.
The rendered html …
1
vote
1answer
319 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
601 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 Web Parts.
Please …
3
votes
5answers
423 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 be possible you …
3
votes
1answer
420 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 some good techniques, …
4
votes
2answers
344 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 domain specific portal …
0
votes
1answer
259 views
Reach Session in a UserControl loaded in a WebPart
I have a WebPart in MOSS 2007 that sets a variable in Session.
Later, when loading a Webpart that loads a UserControl, the Session is NULL (not just the variable)
The Webpart that loads the …
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:
namespace …
1
vote
3answers
850 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 and other brings up a …
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 to a SharePoint …
