Preserving the Existing Query String When Building a Link in a DVWP

Another question came to me in email today that I thought was worth sharing, along with my answer.  The email referred to my post about Alpha Selection of List Items in a Data View Web Part (DVWP), but it’s relevant to many Middle Tier development tasks. I hope this email comes to you in good…

Show Numbers with a Different Locale in a SharePoint DVWP

Here’s a great little trick from an MSDN Forum thread I was trying to help out in.  Thanks to Playerkiller for this one. Suppose you’d like just a single DVWP to display numbers (either currency or regular numbers) in a different locale than the host site.  This trick lets you do just that. Prerequisites: Numbers…

Cascading Dropdown Columns in a SharePoint Form – Part 2

UPDATE 2009-08-26: We’ve translated this logic into our jQuery Library for SharePoint Web Services. I *strongly* suggest that you look at that as an option, as it is far more robust.  And free! In my post last week entitled Cascading Dropdown Columns in a SharePoint Form – Part 1, I showed how to create cascading dropdowns,…

Cascading Dropdown Columns in a SharePoint Form – Part 1

UPDATE 2009-08-26: I’ve translated this logic into my jQuery Library for SharePoint Web Services. I *strongly* suggest that you look at that as an option, as it is far more robust.  And free! UPDATE 2009-07-19: I’ve added a second post on this with a simpler example. It also contains a link to a demo page which…