|
|
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.
|
14 Articles match "2008"
See all articles with
"2008"
|
The Latest from The Black Knight Sings
|
MORE
|
|
Custom pagers for SPGridView
I don't think that the built in pagers for SPGridView are the most useful and informative, so for one of my current projects I decided to implement two custom pagers. The first was XofYPager which shows the page numbers like this: The second was SmartPager which shows the page numbers like this: The use of these pagers are very simple just include the classes below and then before you DataBind() your SPGridView set the PagerTemplate property to an instance of one of these classes.
The Black Knight Sings
- Friday, December 19, 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 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.
The Black Knight Sings
- Friday, December 19, 2008
WCMexport version 1.0
When you're branding a site using SharePoint 2007 Web Content Management, you really want to spend your time changing Master Pages and Page Layouts. But you often find that you spend a lot of your time editing your Feature.xml and different Elements.xml files especially if you have a lot of different Page Layouts with web parts for different parts of the site. WCMexport is a small utility which can help you if you don't like doing all the editing of the xml-files from scratch.
The Black Knight Sings
- Sunday, November 16, 2008
|
|
The Best from The Black Knight Sings
|
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. 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. In that case IE/Office pops up a couple of Login dialogs, if the user cancels out of these the document opens as expected, but you really don't want the user to have to cancel a couple of dialogs to open your documents. The essential code is fairly simple: Tags: SharePoint
The Black Knight Sings
- Wednesday, July 16, 2008
Custom pagers for SPGridView
I don't think that the built in pagers for SPGridView are the most useful and informative, so for one of my current projects I decided to implement two custom pagers. The first was XofYPager which shows the page numbers like this: The second was SmartPager which shows the page numbers like this: The use of these pagers are very simple just include the classes below and then before you DataBind() your SPGridView set the PagerTemplate property to an instance of one of these classes.
The Black Knight Sings
- Friday, December 19, 2008
Remove the Search Box from SharePoint Sites
Sometimes you don't want your users to be able to search on your SharePoint site. 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. 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. Delegates are controls in a masterpage/page whose content is determined by which Features are activated.
The Black Knight Sings
- Friday, August 15, 2008
|
-
FeatureReceiver To Cleanup WebPart Files
Many web-part developers are surprised to see that their web-parts are listed as available even though they have deactivated the feature which contains them. And the users are equally surprised when they then try to add the web-part only to see it fail because the code (and safe-control entry) has been removed. The problem comes from the fact that deactivating a Feature doesn't remove files provisioned using Module and File entries.
The Black Knight Sings
- Monday, July 14, 2008
-
Turn Default Upload Overwrite Off in WSS 3.0
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. This time it's the AdditionalPageHead delegate we can use. So we add a feature with the following elements.xml file: Tags: SharePoin
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 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.
The Black Knight Sings
- Friday, December 19, 2008
-
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 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: SharePoint
The Black Knight Sings
- Wednesday, June 25, 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.
The Black Knight Sings
- Wednesday, July 2, 2008
-
Registered for PDC2008
SQL server 2008. Even though it seems that there isn't going to be any SharePoint stuff a PDC this year, I still regard it as the Microsoft event of the year, it's our chance to see the direction in which Microsoft is heading: * Oslo. Windows 7. Silverlight. F#. *. I'm going to be there (just finished the registration) and am looking forward to meet a lot of fellow developers. Join the show and lets have some SharePoint discussions in the Open Space
The Black Knight Sings
- Wednesday, July 9, 2008
-
About Me
Hi, my name is Per Jakobsen. I'm currently working as Senior Consultant specializing in ASP.NET and SharePoint for Kraftvaerk which is a small danish consultancy firm specializing in web technologies. also have a part time job as Instructor for DevelopMentor where I'm teaching the Essential SharePoint for Developers course. My background goes all the way back to the stone age of computer programming. started as a COBOL programmer on a mainframe computer. Entered the new age with 4th generation languages (ADABAS/NATURAL) which was supposed to save the world.
The Black Knight Sings
- Tuesday, June 24, 2008
449 Articles match "2008"
See all articles with
"2008"
|
The Latest from DevelopMentor
|
MORE
|
|
Setting up SQL Server 2008 Express with Profiler
and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. Here are the steps for these installations: Developer or Standard Edition of SQL Server 2008 R2: Trial Edition: [link]. SQL Server 2008 R2 Express Edition (database engine only): [link]. When I teach my DevelopMentor course on Entity Framework 4.0 In addition, the setup folks often have a hard time getting the permissions right. Execute SQLEXPR32_x86_ENU.exe,
Tony and Zuzana's World
- Thursday, August 5, 2010
Accessing TFS 2010 from Visual Studio 2008
Today I found the need to also connect to TFS 2010 from Visual Studio 2008. In order to connect to Team Foundation Server from VS2008 you need the Visual Studio Team System 2008 Team Explorer , then in order to connect to TFS 2010 you also need the Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010. Visual Studio 2008 Team Suite SP1. installed Visual Studio 2008 Team Explorer and then on top of that the Forward Compatibility Update. essentially due to a project that I cannot convert to 2010, yet).
The Blomsma Code
- Monday, May 10, 2010
Error installing SQL Server 2008 R2
I just tried installing SQL Server 2008 R2 in a VirtualPC environment. This caused an error, redownloading the.iso image from MSDN did not help. Binged it and found Bob Beauchmin had the same problem. Apparently the.iso reader in VirtualPC causes the problem. More here: [link].
The Blomsma Code
- Monday, May 10, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Debugging in SQL Server 2008
Anyway, today I am playing around , errm - doing serious stuff in the RC0 release of SQL Server 2008, and just by coincidence notice that there is a debug menu entry in the toolbar(how blind can one be - I must have been looking at that toolbar quite a few times). Tags: Katmai SQL 2008 SQL Server As good as SQL 2005 was (well, still are), one disappointment was that you needed Visual Studio if you wanted to debug your stored procedures. Seriously, what was MS thinking when they did that, especially as in SQL 2000, Query Analyzer had debug capabilities?!!
Managed Data
- Wednesday, July 16, 2008
-
MongoDB vs. SQL Server 2008 Performance Showdown
These inserts were performed by inserting 50,000 independent objects using NoRM for MongoDB and LINQ to SQL for SQL Server 2008. GHz processor using the 64-bit versions of both SQL Server 2008 Standard and MongoDB 1.4.1. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Those were. Performance.
Michael C. Kennedy's Weblog
- Thursday, April 29, 2010
-
SQL Server 2008 February CTP Available
Euan posted late yesterday evening that SQL Server 2008 February CTP (CTP 6) has been released. Tags: Katmai SQL 2008 SQL Server Grab it from here (one of the pages are dated November 2007, but the link will take you to the correct download).
Managed Data
- Wednesday, February 20, 2008
-
SQL Server 2008 R2 August CTP
Yesterday I downloaded and installed the August CTP of SQL Server 2008 R2, and today I played around with it for a while. This will be part of SQL Servr 2008 R2. Tags: SQL 2008 R2 SQL Server So, what are my impressions… Well, from a perspective of being a relational dev and internals guy, my immediate response is … “yawn – where is the beef. it is not much there, and I doubt we will see much more in coming releases. However, if I were a BI / reporting guy I’d be over the moon, and definitely look forward to future CTP’s!
Managed Data
- Tuesday, August 11, 2009
-
Update of SQLCLRProject
Tags: Katmai SQL 2008 SQL Server SQLCLR
Managed Data
- Wednesday, January 30, 2008
|
|
|