string str = "HTML,Asp/Aspx,MySQL/Cgi/Java/Php,";
        str = str.Remove(str.LastIndexOf(","),1);
        Response.Write(str);