Search

You searched for the word(s): .net 4.0
Showing page 258 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Problems running demos

    Hi,   Eric:$cd = ''phpuploader'';  Please change $cd to the actual path value of your host, if you need help, please send your ftp access to eric@cutesoft.net , we can check it for u.   Thanks for your response, just realised there'd been a reply. Do you mean the host url and ''phpuploader'' as in,    ...
    Posted to PHP File Uploader (Forum) by ruperty on September 1, 2010
  • Re: Edit comments??

    Dear ThomaxVision,   Please refer to the following code: <%@ Page language=''c#'' AutoEventWireup=''false'' %> <%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %> <%@ Register TagPrefix=''uc1'' TagName=''TopBanner'' Src=''Banner.ascx'' %> <script ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on September 1, 2010
  • Re: CuteEditor support for arabic???

    Dear mike.chambers,   By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting property ''UseHTMLEntities''  to ''false''.   You can do the following test: 1. Update CuteEditor to: <CE:Editor id=''Editor1'' UseHTMLEntities=''false''  ...
    Posted to Cute Editor for .NET (Forum) by Eric on September 1, 2010
  • Re: OnUploadCompleted Not firing in code behind.

    Hi Tarus,   Please test the example below. AjaxUploader work with a UpdatePanel and the method UploadCompleted works fine.   If you  still get this issue, please create a simple page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 1, 2010
  • Re: Exception: Cannot create a file when that file already exists.

    Dear tien1504,   <script runat=''server''> void Uploader_FileUploaded(object sender, UploaderEventArgs args)    {     string path = ''c:\\temp\\'' + args.FileName;            //check whether same name file is existing     if ...
    Posted to Ajax Uploader (Forum) by Eric on August 30, 2010
  • Stuck at first step, newbie question.

    hello all,   I would like to try this sample uploader on my server before I decide if I will pursue a purchase and further integration and customization. the problem is that I do not understand the installation process.   My first problem is that I don't know which version to install, there are many in the download. all I can ...
    Posted to Ajax Uploader (Forum) by shueardm on August 29, 2010
  • Carriage return crashes page in Chrome

    Hi,   When using ''br'' as line break in Chrome it throws a browser error when pressing enter followed by a character.   Steps to reproduce: 1. go to http://cutesoft.net/asp/oncarriagereturn.asp?BreakElement=br 2. place cursor after the br and press Enter/Return -> cursor disappears 3. press another key/character -> ...
    Posted to Cute Editor for ASP (Forum) by BlomQ on August 19, 2010
  • Context Menu Mode not affecting my menu system

    I have downloaded CuteEditor version 6.6 for the evaluation version and am using it with Visual Studio 2010 and .NET 3.5.   I am trying to change the Menu using ContextMenuMode, and it doesn't seem to change from the default ContextMenu. I have tried several different options, including None, but the menu never seems to change.  I have ...
    Posted to Cute Editor for .NET (Forum) by soccerwiz on August 18, 2010
  • Multiple Upload Controls

    Hi, we have a situation where we need to use two different upload controls on the same page. This is because each of the files uploaded have very specific purposes and are handled completely differently by the ASP.Net application.   I have so far been able to meld the javascript to upload both files at once, one after the other on several ...
    Posted to Ajax Uploader (Forum) by snagpoonage on August 16, 2010
  • The License for AjaxUploader is not valid.

    We have AjaxUploader in a large web application under development. The license is part of the .NET project.Each developer on the team retrieves the project code from TFS. Each developer runs the application (under development) on their own development environment and IS server. When each developer accesses the application and uses the AjaxUploader ...
    Posted to Ajax Uploader (Forum) by kengelhardt on August 12, 2010