How to make Dataview Web Part Portable?
February 27, 2012
When working with SharePoint DataView Customizations, by default you can not just copy paste the data view pages into new environment or even restore them from backup. This is because: The Data View Web Part uses List ID instead of List Name. So, How to make the Dataview Portable from one envi…