0
votes
1answer
16 views
Should I use the XSLTListViewWebpart (Alternative3) or go with Alternative 1 or 2
Hi!
Say I have the following site hierarchy:
-Home
- All Projects
- Project123
- Project456
- Project789
- ...
At the "All Project" site I need to show a list …
3
votes
3answers
37 views
SharePoint Training - 2007 or 2010?
We have SharePoint 2007 and hope to migrate to 2010 sometime. If I take 2010 will the stuff I learn work on 2007 or should I take 2007?
I am wanting to learn the back end. Creat …
3
votes
2answers
54 views
What are delegate controls for?
I just run this example:
http://msdn.microsoft.com/en-us/library/ms470880.aspx
But I dont see what are delegate controls for, I can do this same thing with webparts or visual webp …
1
vote
2answers
37 views
Web parts documentation for SharePoint 2010
I can't seem to find the documentation for Web Part development on SharePoint 2010. I need all the details, connectable web parts, custom verbs etc and what has changed since MOSS …
0
votes
2answers
139 views
How to enable ViewState when developing asp.net form in web part?
I have a web part with a simple asp.net/c# form. The first thing I noticed is that the form controls are not keeping their values after a postback. I thought this seemed weird sinc …
0
votes
1answer
58 views
Developing a replacement “Alert Me”-function
Hi guys
I'm pretty new to sharepoint-development, so I thought I'd check real quick with the gurus in here.
I've been given the task of building a replacement for the built-in Al …
0
votes
3answers
52 views
Is it possible to fake acount information on a Dev machine?
I have a virtualized dev machine that is disconnected from the network. I want to add a local user (from the vm) to an attendee list. Can't do it because this user.. being local... …
1
vote
4answers
84 views
Sharepoint Designer Crashes When Adding a Custom Web Part
I'm trying to add a webpart to a "Dispform.aspx" of a list in Sharepoint Designer.
I can add ootb webparts without any problem, but mine just won't work. By the way, I can add the …
3
votes
3answers
58 views
Thorough Sharepoint 2010 development book suggestion?
I'm looking for a developer's book that would be quite in-depth and works from the basics to advanced stuff without requiring previous knowledge of MOSS 2007.
I would like the boo …
3
votes
3answers
419 views
Can’t install Sharepoint Foundation 2010 on Windows 7
I'd really like to prepare development environment for Sharepoint 2010. This is what I did:
I installed Windows 7 x64
I installed VMWare Workstation
Created a VM domain controlle …
4
votes
1answer
78 views
SPMetal and automated build approch
When using SPMetal to generate entity classes, these classes are used in LINQ to SharePoint queries.
We have a project with content type and list definitions and one project with …
1
vote
4answers
352 views
Filter a list view using URL parameters
I would like to dynamically construct a couple of URLs for our SharePoint users to filter down a rather large list view we have. Rather than create a bunch of different custom view …
0
votes
2answers
100 views
Check whether user is administrator in a Sharepoint page using JavaScript or jQuery?
I am developing a webpart for SharePoint in Visual Studio 2005. I am making use of a user control in this project. Now, I have to obtain the currently logged in user using JavaScri …
1
vote
1answer
133 views
How to flush object cache in SharePoint programmatically
In SharePoint we can clear the object cache from Site Collection Administration - Site collection object cache
Is there a way to do the same programmatically?
0
votes
2answers
139 views
External database connection in web part
So, I have a web part that needs to connect to a different database other than sharepoint. This is a custom web part that I'm writing in VS, not something built with SPD. How can I …