|
|
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.
|
5 Articles match "How To","SharePoint"
|
Related DevelopMentor Courses
|
MORE
|
|
SharePoint for Developers (WSSv3/MOSS2007)
Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
Essential SharePoint 2010 for Developers
Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint 2010 explains how you architect, customize, develop and deploy the new version of SharePoint for both your companies Intranet
DevelopMentor Courses
- Tuesday, February 2, 2010
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. In this intensive 5-day course,
DevelopMentor Courses
- Friday, June 12, 2009
|
8 Articles match "How To","SharePoint"
|
The Latest from DevelopMentor
|
MORE
|
|
Caching a SharePoint list as a datatable
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.
If If I used PortalSiteMapProvider then it'll always be refreshed when there was a change, but it would be hard to get the data into the SPGridView for displaying, sorting, paging and filtering.
If
The Black Knight Sings
- Friday, December 19, 2008
Turn Default Upload Overwrite Off 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? By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 So
The Black Knight Sings
- Thursday, August 21, 2008
|
-
|
The Best from DevelopMentor
|
MORE
|
-
How to change Checkin comment after save
If your company has very strict requirements on version numbering and want the comments to each of these versions to be correct, then you may run into a problem if you store the documents in SharePoint.
The The version comment is determined when you check in your document, and after the checkin there is no supported way to change these comments.
If you really need to change the comments of a document and are willing to go the unsupported way of changing the content database directly then this little program can do the work for you:
...Tags:
The Black Knight Sings
- Wednesday, June 25, 2008
-
Turn Default Upload Overwrite Off 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? By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 So
The Black Knight Sings
- Thursday, August 21, 2008
-
Caching a SharePoint list as a datatable
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.
If If I used PortalSiteMapProvider then it'll always be refreshed when there was a change, but it would be hard to get the data into the SPGridView for displaying, sorting, paging and filtering.
If
The Black Knight Sings
- Friday, December 19, 2008
-
Implementing a simple Cascading Dropdown in a usercontrol
A user wanted some guidance on how to implement a cascading dropdown in 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
...Tags: Tags: SharePoin
The Black Knight Sings
- Wednesday, July 2, 2008
-
How to use a publishing page as display form
A client wanted to place a SharePoint calendar on a publishing page and have it configured such that when you clicked an event the full details showed up at the top of the page, and searching for calendar items should also put you at this page.
Sounds easy just put the calendar view on the page and set the calendars display form to be that page. But setting the display form to be the publishing page puts the ID of the calendar item in the URL of the publishing page which then confuses SharePoint as it thinks it has to lookup that id in the Pages list.
The solution
The Black Knight Sings
- Friday, June 27, 2008
-
Look up instance of potentially recurring calendar event
In my last post I described how to redirect to a publishing page in order to use it as display form for a calendar.
It caused the problem of having to look up the right instance of the calendar event (in case of recurrence) ourselves. poked around in the SDK to find a method which could look up an item from a list based on the RecurrenceID, but without any luck. It If we just implement an ordinary display form SPContext does the lookup for us.
I
The Black Knight Sings
- Friday, June 27, 2008
-
Features inside a Solution isn't deactivated when the Solution is retracted
except for their names, which makes it very hard to write and speak about them):
* Features because they make it very easy (at least compared to WSS 2.0) to add functionality to a SharePoint site
* One of the great strengths of Features is the ability to have code executed when the Feature is activated Features and Solutions are two of the best features in WSS 3.0 (except Solutions because they take care of much of the hassle about getting the features out on all the servers in the farm
One
The Black Knight Sings
- Monday, July 14, 2008
|
|
|