Palwinder:
Have you write your own DataProvider for CuteChat ?
override these abstract methods
abstract public string[] ListUserUniqueName();
abstract public string GetUserDisplayName(string useruniquename);
and you could load the users information from your custom user-table .
Regards , Terry .