|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
1 Articles match "2008","SharePoint"
|
Related DevelopMentor Courses
|
MORE
|
|
Mastering Development with Microsoft Office SharePoint Server (MOSS)
Gain practical experience on how to efficiently fully leverage MOSS 2007 in your business Focus on solving real business scenarios Discuss detailed strategies for document management, web content management, and records management Leverage the business intelligence platform to connect, expose and query important business data Mastering Development with Microsoft Office SharePoint Server 2007 provides developers with the practical information and hands-on experience they need to fully leverage MOSS in their enterprise business.
DevelopMentor Courses
- Friday, June 12, 2009
|
17 Articles match "2008","SharePoint"
|
The Latest from DevelopMentor
|
MORE
|
|
Call for speakers: 3rd Dutch Code Camp
Visual Studio 2010 VSTS Open Source SharePoint ASP.NET/MVC/Web development/Silverlight Windows 7 iPhone DNN VSTO LINQ SQL Server 2008 Geneva BizTalk Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation www.TheProblemSolver.nl Op 21 november 2009 organiseren de SDN, de dotNED User Group en VBcentral.nl samen de derde Nederlandse Code Camp. Een unieke dag, voortkomend uit een unieke samenwerking. Kenmerkend aan deze dag is, dat het een evenement is dóór ontwikkelaars en vóór ontwikkelaars! Ben jij geïnteresseerd om ook een sessie te doen?
The Problem Solver
- Monday, October 26, 2009
Software Development Event on June 26th in Hotel Houten te Houten (Netherlands)
MythBusters – debunking common SharePoint Farm Misconceptions. HYPER V/SharePoint How to create a proper lab. Waarom SharePoint Application Pages? Does SharePoint add another head? Spatial Data Types: SQL Server 2008 als navigator. On June 26th the SDN will organize it’s quarterly Software Development Event in Hotel Houten (te Houten) in the Netherlands. The speaker line-up is awesome (as usual), don’t miss it! Sessions: 9:00 - 10:15. iPhone Development for.NET Developers. Kevin McNeish.NET. Agile anti-patterns. Yes, agile projects can fail too. Michael Li.
The Blomsma Code
- Thursday, May 28, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Remove Login box when anonymous users download office document from SharePoint Site
When developing Extranet/Internet site in SharePoint you often want to allow anonymous access and this works fairly well. The problem is that office tries to be intelligent and issues a Microsoft Office Protocol Discovery request to see how much the user is allowed to do, but SharePoint responds with access denied until the users logs in. The essential code is fairly simple: Tags: SharePoint But there is one are where the out of the box experience fails regarding anonymous access and that is when you allow the users to download Microsoft Office documents.
The Black Knight Sings
- Wednesday, July 16, 2008
-
Remove the Search Box from SharePoint Sites
Sometimes you don't want your users to be able to search on your SharePoint site. Fortunately SharePoint makes this very easy. The different version of SharePoint has different requirements for the Search box and the way these different serach boxes are implemented are using the Delegate feature of WSS. Tags: SharePoint Part one of this is then to remove your site from the content source in SSP, but you probably also want to remove the Search box from every page in your site. The source files are here and a precooked solution file is here.
The Black Knight Sings
- Friday, August 15, 2008
-
Custom pagers for SPGridView
Tags: SharePoint
The Black Knight Sings
- Friday, December 19, 2008
-
Caching a SharePoint list as a datatable
If you need something similar then here is my class, it doesn't deal with item level permissions, so if you need that you'll have to implement something different: Tags: SharePoint For one of my current projects I needed to show a SPGridView with data from a small list on the frontpage of the Intranet. The list wasn't very small so didn't want to read if from the database on every hit of the frontpage, but on the hand it was so big that I couldn't cache it. Now the big question was how to cache it.
The Black Knight Sings
- Friday, December 19, 2008
-
FeatureReceiver To Cleanup WebPart Files
Tags: SharePoint
The Black Knight Sings
- Monday, July 14, 2008
-
Turn Default Upload Overwrite Off in WSS 3.0
So we add a feature with the following elements.xml file: Tags: SharePoint By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. MOSS junkie has a post on how to change that default. But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. So how do we change the default without modifying upload.aspx? Once again the controls in the default masterpage can help us.
The Black Knight Sings
- Thursday, August 21, 2008
-
Implementing a simple Cascading Dropdown in a usercontrol
A user wanted some guidance on how to implement a cascading dropdown in SharePoint. Tags: SharePoint The following will show a simple example of how to implement that as a user control which has properties for selecting a list, a choice field in that list for the first dropdown and a field for which all appropriate values are shown in the second dropdown.
The Black Knight Sings
- Wednesday, July 2, 2008
|
|
|