string str = "sljlsjljf.lsjlfjlsf";
        if (str.Contains("."))
        {
            Response.Write("yes");
        }
        else
        {
            Response.Write("no");
        }