<SharePoint:SPDataSource runat="server" ID="dsClient" DataSourceMode="List" UseInternalName="true" SelectCommand="<Webs Scope='Recursive'></Webs><Query><OrderBy><FieldRef Name='clientname' Ascending='true' /></OrderBy></Query>"> <SelectParameters> <asp:Parameter Name="ListName" DefaultValue="GUID for external list" /> <asp:Parameter Name="WebURL" DefaultValue="{rootsitecollection}" /> </SelectParameters> </SharePoint:SPDataSource>
<asp:Parameter Name="WebURL" DefaultValue="{rootsitecollection}" />but what am I doing wrong? I have tried the following DefaultValues: 1. {rootsitecollection} 2. "" -[leaving it blank] 3. / 4. http://abcdev 5. abcdev Unfortunately, all return one of the errors posted above. Any suggestions on a fix? Thank you so much in advance.