Contacts Management Template by default returns all names beginning with the letter R
By peter.stilgoe
If you have downloaded & installed the Contact Management template from Microsoft you will have noticed for some reason it by default returns all names beginnning with ‘R’
You’l be pleased to know this is easily fixed by editing: http://MYSERVER/contacts/Results.aspx in Sharepoint Designer.
The list of contacts is provided by a Data View web part which contains the following line:
<ParameterBinding Name="SearchQS" Location="QueryString(Search)" DefaultValue="r"/>
Remove the letter ‘r’ and refresh your page, now no contacts will show up by default.
More From pstilgoe



November 17th, 2008
