D
Davide Lomonaco
I need to make a DataView WebPart on a WSS Site for
filtering users data by Logon Name.
But using $UserID CAML Variable data is filtered by
Display Name.
How can I pass Logon name instead of Display Name?
Following default declaration of UserID variable in
DataView WebPart Properties --> Parameters Editor:
<ParameterBinding Name="UserID" Location="CAMLVariable"
DefaultValue="CurrentUserName"/>
Best Regards
Davide Lomonaco
filtering users data by Logon Name.
But using $UserID CAML Variable data is filtered by
Display Name.
How can I pass Logon name instead of Display Name?
Following default declaration of UserID variable in
DataView WebPart Properties --> Parameters Editor:
<ParameterBinding Name="UserID" Location="CAMLVariable"
DefaultValue="CurrentUserName"/>
Best Regards
Davide Lomonaco