I'm deploying a DVWP and I'm looking to remove GUIDs references from the datasource.
This is fine for standard single satasources, but I'm having troubles with joined datasources.
Here's (a portion of) what SPD gave me to start with.
<DataSources>
<SharePointWebControls:aggregatedatasource runat="server" IsSynchronous="false" SeparateRoot="true" id="aggregatedatasource2">
<sources>
<SharePointWebControls:spdatasource runat="server" DataSourceMode="List" UseInternalName="true" selectcommand="<View></View>">
<SelectParameters>
<asp:Parameter Name="ListID" DefaultValue="{CF046268-D9EB-4428-B621-97D2D4B3021B}"/>
</SelectParameters>
I've replaced Name and the GUId to ListName and myListName, the part errors in the browser.
I've seen Marc's post but my tags are different. I've tried replacing values from the datasource in the post with my list values but no luck.
Any suggestions would be appreciated.
Thanks,
Dan.