Search

You searched for the word(s): aspx
Showing page 111 of 918 (9,180 total posts) < 1 second(s)
  • Re: Customizing SupportClient HTML

    phat_bastard,   >>In the previous version of SupportClient.aspx, the header ''Welcome to Yoursite.com'' was static text but in the new version it's been replaced with a call to ChatWebUtility.SupportRoomTitle   Login as admin, go to the control panel and click Live Support Configuration tab. >>Also, your help file ...
    Posted to Cute Live Support (Forum) by Adam on February 13, 2008
  • How to display the description on the page listing all the chat rooms

    Hello,   I just downloaded the demo version of Cute Chat and am trying it out on my Community Server 2007.1 test server. Overall, it works really great. I've updated the files that come with the package to completely leverage Chameleon and resource strings, but I am facing one problem.   When you create a Chat room, you can ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by gmetrail on January 13, 2008
  • Re: Deployment Question

    I'm replying on this thread because the above steps are not helping me. I have added the key to my web.config pointed to the correct virtual directory.   The error i am receiving is: <A Runtime error has occurred> Debugging into it: Microsoft JScript runtime error: Object ...
    Posted to Cute Editor for .NET (Forum) by Mstanglx on January 9, 2008
  • Bug in link type

    Hi,   There seems to be a bug in the editor causing both Safari (for Windows), Opera and Firefox to behave strangely. When selecting a link type in the CuteSoft_Client/CuteEditor/Dialogs/Tag.aspx (or actually in the tag_a.ascx usercontrol included in tag.aspx) the drop down doesn't select the correct item. If I select ''mailto:'' in ...
    Posted to Cute Editor for .NET (Forum) by sjurmr on December 20, 2007
  • Re: v4: Hyperlinks don't open in seperate window

    I had the same problem.  They gave me an updated Channel.aspx file.  You might try this:   I'm guessing this is where the problem was:   <head runat=''server'' id=''aspnetHead''> <base target=''_blank'' /> <title>Channel</title> **Add <base target=''_blank'' /> above ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by selliott on November 10, 2007
  • Re: Firefox+Ajax: Entered text is not posted to server during async postback

    Hi, Could you give me the source code of the page used in this link (posted by u in this thread): http://richtextbox.com/userexample/ajax-support.aspx because our company has purchased cute editor and the page that i have created uses Atlas update panel. when i put the cute editor control in my page, Ajax stops working. i have just ...
    Posted to Cute Editor for .NET (Forum) by omairs on October 30, 2007
  • Inserting Flash Object (swf file)

    Hello all,   using Firefox (v2.0.0.8) and when i insert swf file inside CuteEditor and set align left or right what ever, the text is still remanes in the same position, like i haven't set the alignment. Why is that and how am i suppose to solve it.   This happens even if i am in preview or ...
    Posted to Cute Editor for .NET (Forum) by djam on October 25, 2007
  • Re: cute messager question

    Turns out I had to add ~/ to the beginning of the 'scr=' file location like this [ <%@ Register TagPrefix=''CuteChat'' TagName=''EmbedMessenger'' src=''~/cutesoft_client/cutechat/embedmessenger.ascx'' %> ] Then it was just a matter of moving the other part of the code[ <CuteChat:EmbedMessenger id=''EmbedMessenger1'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by dbeaird on September 9, 2007
  • Re: Chat Trial Install

    Yes, I went through all three steps and configured per the directions.  The next screen on the deployment.htm is configuration and it says to login as admin.  Login where?  What directory and aspx file should I browse to?  I didn't notice there is no default.aspx in CuteChat folder, but I still don't know where to go ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Salukis on August 31, 2007
  • Re: Where in the web.config file does the data directory code go?

    Like this?     <!-- Host Header to remove from URL so ''www.mydomain.com/johndoe/Default.aspx'' is treated as ''www.mydomain.com/Default.aspx'' -->     <add key=''RemoveAngleBrackets'' value=''false'' />     <!--optionally strip angle brackets on public login and registration ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by coolvibe on August 26, 2007