Search

You searched for the word(s): aspx
Showing page 28 of 918 (9,180 total posts) < 1 second(s)
  • Re: Ce5.3 and base64 invalid code in the settinghash

    mike.chambers: I have an issue with a 404 on my live site, which I think is actually a ''Invalid Character in base64 code'' Trying to track this down.. I find that my dev site (exact same as live) has a very small setting hash, whereas when I move to live I end up with a huge hash... anyone able to ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 9, 2010
  • Re: Delete User

    Dear surfo101,   Please login to admin console panel, the url should be http://localhost/cutechat/Admins/UserAdmin.aspx, this is my computer, you need change it to your own link. The default admin user and password is ''admin'', after sign in, click ''Admin'', it will redirect to http://localhost/cutechat/Admins/UserAdmin.aspx It will list ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on February 9, 2010
  • Re: Some help please :)

    Dear mani06ah,   The document  and   API can be found in http://ajaxuploader.com/document/ .  After file is uploaded, you can find it in temporary folder, you can use CopyTo() or MoveTo() to copy  or move it to destination folder. You can also store the uploaded file to database, This example can be ...
    Posted to Ajax Uploader (Forum) by Eric on December 19, 2009
  • Re: Use with SQL database

    Joe,   If you want to save the temp files to database , please try this  http://cutesoft.net/forums/2/42895/ShowThread.aspx   ,   If you want to keep the temp files in disk , and you can save the file data to database at FileUploaded event , or other events , or use properies/methods of AttachmentItem   Use the ...
    Posted to Ajax Uploader (Forum) by cutechat on December 11, 2009
  • Re: How to set the Editor Background color?

    Geoff,   Demo:   http://richtextbox.com/test/EditorBodyStyle.aspx   http://cutesoft.net/example/Using-External-Style-Sheets.aspx   Please check the Editor.EditorBodyStyle  or EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 21, 2009
  • Re: Is it possible to deny file type?

    Hi,   If you use this way , you must collect all kinds of the file types which can be executed on your server.   if you miss one , your server will be hacked.  <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on September 9, 2009
  • Re: change filename of file uploaded with image selector

    Hi kommander47,   1. Open file InsertImage.aspx (CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx)   2. Find section <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader>   3. Add section <CE:Uploader id=''anotheruploader'' runat=server ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 29, 2009
  • Re: How I can remove second messenger window when i already opened this

    Hi,   1. you can write script to keep one window instane for the messenger.  for example , window.open(''CuteSoft_Client/CuteChat/NewMessenger.aspx'',''messengerwindow'','''');  You can also use script to save active signal to cookie and let other pages know the messenger is opened.   2. that's browser behavior, we can't ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on June 25, 2009
  • Re: CuteEditor JS Error 800a025e

    ajouadi: Hi everybody,   In my aspx page, i have two cuteedior placed on updatepanel .. when a postback event, it generate a JS error : ''htmlfile: Could not complete the operation due to error 800a025e'' ==>   if(editdoc.queryCommandValue(OxO36e1[0x1c0])==Ox8f5[i][0x0]    then ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2009
  • Re: CuteEditor and AJAXControlToolKit

    jrat: Good day.   I have license for CureEditor.   When i add CuteEditor into AJAXControlToolKit (http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ModalPopup/ModalPopup.aspx) - i have serious problem with addition wandow from CuteEditor.   When i click (for example) Insertimage (into CuteEditor) - modal div for Imsert ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 25, 2009
« First ... < Previous 26 27 28 29 30 Next > ... Last »