SharePoint: Extending the DVWP - Part 11: Getting More Form Fields to the Workflow
As part of the series, Extending the DVWP, we've been talking about creating a workflow that fires from a form action.... [read more]
SharePoint: Extending the DVWP - Part 13: Putting PreSaveAction() to Work - Creating Variables
You could add the PreSaveAction() JavaScript section directly to the page in SharePoint Designer (SPD). You could even add it to the master page, if that made s... [read more]
SharePoint: Extending the DVWP - Part 24: A Note to Readers
The grammar of SharePoint consists of knowing the components of the environment: sites and subsites; lists, document libraries, and surveys; content types and s... [read more]
SharePoint: Extending the DVWP - Part 5: Doing Stuff Before Save on Submit - PreSaveAction()
The default save (or OK) button in SharePoint calls PreSaveAction() before it does anything else... [read more]
SharePoint: Extending the DVWP - Part 20: Cascading Dropdowns – Applying the jQuery
It's been awhile in this series since we looked at a DVWP. We've been building on an idea of using cascading dropdowns—where the selection of one dropdown lim... [read more]
SharePoint: Extending the DVWP - Part 21: Cascading Dropdowns – Three-tier Cascade
But, what if you have three dropdowns that need to cascade? For example, Country-State-City. Or Work location-Group-Position.... [read more]
SharePoint: Extending the DVWP - Part 35: Putting it All Together
How I Created a SharePoint List to Replace an Excel Spreadsheet That Was Being Routed Around to 15 Managers Every Month by Creating a Web Part Page for Each M... [read more]
< Previous