Hello,
I am using the CuteChat, integrated with an existing user membership database. The UserName field in my aspnet_Users table is a numeric value. However, I want to display the full name of the users in the Chat window where all the UserNames of the users who are online are displayed. The full name is in a seperate Members table.
Please suggest how can I do this?
Thanks in advance for your help.