Custom Forms Showing in View Selector

If you’ve ever created custom forms in a SharePoint list’s context, for example: [SiteName]/Lists/[ListName]/MyForm.aspx for a list, or [SiteName]/[DocumentLibrary]/Forms/MyForm.aspx for a Document Library you may have found that your form shows up in the list’s view selector at the upper right of the list pages. If this happens, you may have done what I’ve done…

XSL Alternative to Eliminating Duplicates Using ddwrt:NameChanged

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…

Pre-filling Column Values in a SharePoint Form

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:…