string value = "";
        if (value.Length > 8)
        {
            value.Substring(0, 8) + "***";
        }
ListView.Items[i].SubItems[1].Text=value;