Re: Way to change from Username to Display Name?

  •  08-12-2009, 11:22 AM

    Re: Way to change from Username to Display Name?

    Hi,
     
    In the SampleProvider.cs ,
     
    find the public override bool GetUserInfo(string loginName, ref string nickName)
     
    and change the nickName=loginName;  to
     
    nickName=loginName+"!";
     
    and then compile it and test it.
     
    Regards,
    Terry
     
View Complete Thread