Tagged Questions
10
votes
4answers
3k views
SharePoint Custom Current Navigation / PortalSiteMapProvider
I'm working on a custom current (left) navigation on a SharePoint solution.
What I need is that the root of the navigation is a variation web, the immediate child of the root web. All the sites and ...
8
votes
4answers
2k views
SharePoint 2007 - RunWithElevatedPrivileges - Pitfalls of using this
I have a strong gut feeling that using SharePoint RunWithElevatedPrivileges should be avoided like the plague, but need to convince some others as to exactly why. Here's what I have.
Spawns a new ...
8
votes
2answers
28k views
Sharepoint API - How to Upload files to Sharepoint Doc Library from ASP.NET Web Application
I am new to Sharepoint Server, Do we have any utility to upload files from ASP.NET application.
Could you please provide your valuable answers?
8
votes
4answers
2k views
When does one use Web Parts vs. Full blown ASP.NET application in SharePoint?
I'm still struggling with this question as I'm trying to get up to speed with SharePoint, coming from ASP.NET Web Forms. We're looking to use SharePoint exclusively for several reasons; one of the ...
7
votes
7answers
1k views
What SharePoint development concepts are the hardest for ASP.Net developers to understand?
I'm trying to put together SharePoint 2007 (and, eventually, 2010) training materials for experienced ASP.Net developers, and having done SharePoint for years, I don't really remember where the worst ...
4
votes
5answers
2k views
Taking /Pages out of the SharePoint URL?
A customer is asking if there is anything we can do to remove "/Pages" from his Internet-facing MOSS publishing site. Some Googling reveals that some clever use of HTTPModules may be able to hide the ...
3
votes
5answers
256 views
ASP.NET developer looking to get into SharePoint - 2007 or 2010?
I've been working with ASP.NET for about 5 years now and I'm looking to get into SharePoint development.
Would it make more sense to get up to speed on SP 2007 first or just dive straight into SP ...
3
votes
2answers
2k views
What does square bracket [] mean in the below code?
I got below code from http://msdn.microsoft.com/en-us/library/dd584174(office.11).aspx for adding custom property in webpart tool pane. What does square bracket ([]) mean in the below code?
...
3
votes
5answers
313 views
Sharepoint WebPart
I'm new to developing in SharePoint and would like some tips please. I want to develop a WebPart. I understand that I effectively need to do this on a machine with SharePoint Server installed and ...
3
votes
2answers
178 views
What is the best way to handle all SPItem's on SharePoint web Application level?
What is the best way to handle all the newly added documents and items to the SharePoint lists and Document Libraries on Share Point Web Application Level.
My case is that I want to do some ...
3
votes
4answers
4k views
Adding a required field validator to a SharePoint webpart
I am writing a webpart for MOSS 2007. I need to validate a text field in that webpart, or which I am using th required field validator.
I am creating the required field validator as follows:
...
3
votes
6answers
200 views
Is it possible to debug IIS without affecting all users of the service?
This may seem like a silly question, but we are having an issue debugging IIS in a shared test environment and I'm hoping that someone out there can give us an answer.
We have a Windows Server 2003 ...
3
votes
3answers
677 views
.NET SharePoint development, what do I need?
Question: I'm an ASP.NET developer since about a bit more than a year now.
I'm thinking about changing the employer sometime in the future, and
I've seen familiarity with SharePoint development as a ...
3
votes
7answers
3k views
How to have http module on fire events only for specific page types
I have an http module on a sharepoint site and this module instantiates a custom class and add it to the session and does other initial things for my site.
However, I'm noticing that the http module ...
2
votes
4answers
4k views
Customized Sharepoint List Add/Edit page is slow to load
I have a list with about 3000 items in it. The editing page is taking forever to load but the rest of the site is fast. I thought it had to do with having a Lookup column on the page and using the ...