Skip to content

Marc D Anderson's Blog

  • Home
  • Speaking
  • Books
  • About
  • Contact
  • Sympraxis Consulting
  • Privacy Policy
Facebook X Linkedin Github
Marc D Anderson's Blog
  • SharePoint

    Peeking into the XML Result Set in a Web Part

    ByMarc D Anderson May 26, 2009January 25, 2010

    Here’s a nice little trick to see what’s in the XML stream being returned in a Data View Web Part (DVWP), or any other Web Part where you can specify the XSL.  By replacing the <xsl:stylesheet> code in your Web Part (between the <Xsl></Xsl> tags) with the following, you get a simple result set which shows you…

    Read More Peeking into the XML Result Set in a Web PartContinue

  • SharePoint

    Showing Subtotals in a DVWP, Sorted by the Subtotals – Part 2

    ByMarc D Anderson May 22, 2009December 1, 2009

    In a post the other day, I showed some code to show subtotals for a given column’s values, with the results sorted by the subtotal, descending.  This worked great for most types of columns as the groups, but Person/Group columns can be a bit problematic.  This is due to the fact that there is a…

    Read More Showing Subtotals in a DVWP, Sorted by the Subtotals – Part 2Continue

  • SharePoint

    Christophe’s Easy Tabs at Path to SharePoint

    ByMarc D Anderson May 21, 2009May 26, 2009

    That Christophe guy over at Path to SharePoint never rests!  I just spotted his post on his new Easy Tabs Web Part.  I haven’t dug under the covers on it yet, but Christophe’s stuff is always nice. The Easy Tabs Web Part is a Content Editor Web Part with some JavaScript. When added to a…

    Read More Christophe’s Easy Tabs at Path to SharePointContinue

  • SharePoint

    XSL Alternative to Eliminating Duplicates Using ddwrt:NameChanged

    ByMarc D Anderson May 21, 2009June 3, 2013

    I like using the ddwrt namespace functions, as they give you a lot of power in your DVWP’s XSL.  I just found an alternative approach to using the ddwrt:NameChanged function which may make more sense in some situations.  I included this approach in an update to my prior post, but it seemed worth a post…

    Read More XSL Alternative to Eliminating Duplicates Using ddwrt:NameChangedContinue

  • SharePoint

    Showing Subtotals in a DVWP, Sorted by the Subtotals – Part 1

    ByMarc D Anderson May 20, 2009May 26, 2009

    I ran across a post over at the MSDN SharePoint – Design and Customization forum which intrigued me enough to want to figure it out.  The question was about showing subtotals for a given column’s values, with the results sorted by the subtotal, descending. In other words, for a list with these items: Title Amount…

    Read More Showing Subtotals in a DVWP, Sorted by the Subtotals – Part 1Continue

  • SharePoint

    Pre-filling Column Values in a SharePoint Form

    ByMarc D Anderson May 20, 2009May 20, 2009

    Christian Ståhl left me a good question in another post: Have you tried to ‘formfill’ a SharePoint column for date and time with ‘today’s date’, that would be cool if its possibly? Of course it’s possible!  You can pre-fill any columns value based on rules which you decide.  There are probably a few common situations:…

    Read More Pre-filling Column Values in a SharePoint FormContinue

  • Funny RFP Clause

    ByMarc D Anderson May 16, 2009

    Sometimes RFPs crack me up. (Hey, it’s Saturday, and I can have a laugh, right?)  I got a copy of a new RFP to respond to today, and it contains the following: The responses to this RFQ will be evaluated based on the criteria listed below. The criteria are listed in descending order of importance…

    Read More Funny RFP ClauseContinue

  • SharePoint

    Validation on SharePoint Forms – Part Three

    ByMarc D Anderson May 14, 2009August 25, 2009

    In parts one and two on this topic, I gave an overview of SharePoint form validation and gave an example of how you can implement some validation with JavaScript. In this post, I’ll show how you can use more standard .NET validation with a custom form.  (Be sure to check out Part 4 as well,…

    Read More Validation on SharePoint Forms – Part ThreeContinue

  • SharePoint

    When to Use Separate Site Collections

    ByMarc D Anderson May 14, 2009May 14, 2009

    I had some questions today from a respected colleague about when to use separate Site Collections, and I sorta liked my response, so I’m going to foist it off on you, too. The gist of the questions was this: They are fighting the battle of site collections here (IT wants several) which of course will…

    Read More When to Use Separate Site CollectionsContinue

  • SharePoint

    Validation on SharePoint Forms – Part Two

    ByMarc D Anderson May 13, 2009May 13, 2009

    In my previous post I outlined a few approaches to validation in SharePoint forms.  In this post, I’ll give some simple examples of how you might validate some date inputs.  For this example, I’m using a little Paid Time Off (PTO) application I built for one of my clients.  The basic idea was that the employees…

    Read More Validation on SharePoint Forms – Part TwoContinue

Page navigation

Previous PagePrevious 1 … 87 88 89 90 91 … 115 Next PageNext

Need help with the SharePoint Framework (SPFx), Learning Pathways, or PnP Modern Search? Our 1-Hour Jumpstarts may be for you!

Recent Comments

  • Michael Hanes on Connecting to Multiple Tenant Sites in a foreach Loop with PnP.PowerShell – Efficiently
  • Marija on Dear Microsoft: Stop It with Copilot, Already
  • Company Branding on Brand Kits in Microsoft 365: Two Features, One Goal — and Why You Should Care About Both
  • Marc D Anderson on The Trick to Using Lookup Columns with Content Types from the Content Type Hub
  • Colin Gardner on The Trick to Using Lookup Columns with Content Types from the Content Type Hub

Series

  • SharePoint Online Search Isn't Displaying What I Expect (2)
  • Sympraxis Client Side Development Pipeline (2)
  • Looping Through Content in a SharePoint 2013 Site Workflow (4)
  • Single-Page Applications (SPAs) in SharePoint Using SPServices (4)
  • SPServices Stories (21)
  • Moving from SPServices to REST (6)
  • Create a Simple SharePoint 2013 Employee Directory on Office365 (5)
  • Unlocking the Mysteries of Data View Web Part XSL Tags (21)

© 2026 Marc D Anderson's Blog - WordPress Theme by Kadence WP

Scroll to top
  • Home
  • Speaking
  • Books
  • About
  • Contact
  • Sympraxis Consulting
  • Privacy Policy