Re: Error: CuteEditorInitialize is not defined

  •  11-14-2008, 12:30 PM

    Re: Error: CuteEditorInitialize is not defined

    I'm not sure what you want me to check, but I went ahead and excluded the Cutesoft_Client dir from my login checks and it still is giving the same error.
     
    if (Session["MySession"]==null)
            {
                if (Url.ToLower().IndexOf("login.aspx") > -1 | Url.ToLower().IndexOf("bio.aspx") > -1 | Url.ToLower().IndexOf("Cutesoft_Client") > -1)
                {
                    return;
                }
View Complete Thread