Search

You searched for the word(s): .net 4.0
Showing page 145 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Remove fields from "Insert Hyperlink" popup.

    Remove items from individual dialogs The following instruction shows you how to remove the browse button from insert link dialog. Open Tag_A.ascx file and change the following code: <button id=''btnbrowse''>[[Browse]]</button> to: <button id=''btnbrowse'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 26, 2009
  • Re: 'CuteEditor.Impl.SecuritySetting' does not contain a definition for 'VerifyInDirectory' D:\Inetpub\OMP\OMP.Web\CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx

    smacce,   I think you used an old DLL when recompiling your project.   Please follow the steps beflow.   1. Downlaod the latest build from http://cutesoft.net/downloads/default.aspx   2. Remove the CuteEditorreference from your project.   3. Add the reference to the CuteEditor.dll included in the download ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2008
  • Re: Deployment problem with Community Server 2007

    mewiykovics,   >>Exception message: Unknown server tag 'CS:MPContainer'.   It looks like you download the wrong integration package.     Cute Chat and Web Messenger for Community Server 2007     http://cutesoft.net/downloads/folders/chat_current_releases/entry28676.aspx   Keep me ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on July 3, 2007
  • Re: Override the save method

    For the save button event, please check this thread:   http://cutesoft.net/forums/thread/14765.aspx   >>Also, is it possible to disable the Preview button in the footer bar via config file as opposed to doing so programmatically?   Please set this property to false.   Editor.ShowPreviewMode PropertySpecifies ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 5, 2006
  • Developer Team is the one

    Yes. A Developer Team License would allow you to develop your projects on your local machines, test them on a development server, and distribute them with the websites you build on a production server.   Same license file would also work for CuteEditor DNN portals, IBuySpy portals, Community Servers portals. No extra license ...
    Posted to Purchase / License FAQ (Forum) by Karen on May 4, 2006
  • Re: Need help in codes

    Try   Microsoft .NET Pet Shop 3.0   http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdasamppet3.asp   IBuySpy Storefront   http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdasamppet3.asp   Hope it helps.   let me know if you have any further ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 17, 2006
  • Re: Spell Checker license

    no. The NetSpell project is a free spell checking engine written entirely in managed C# .net code. Package includes a medium sized English dictionaries. Suggestions for misspelled words are generated using phonetic (sounds like) matching and ranked by a typographical score (looks like). Also supports ''ignore all'' and ''replace all'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 1, 2004
  • Re: Unable to find the uploaded file

    Hi,   Please refer to http://www.ajaxuploader.com/large-file-upload-iis-asp-net.htm  and set the "maxAllowedContentLength" setting from IIS directly instead of set in web.config. you also can find a debug file at the bottom of this page, it using the nromal asp.net upload control, you can try that file with a 30 MB ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 20, 2016
  • Re: Edit a text in cuteeditor

    hi pilotsredlix, CuteEditor has not provide the way to set the  marquee target properties directly. So I think you need to remove the old target and replace it with the a new one. How to get the selected html http://www.cutesoft.net/developer+guide/scr/Get-HTML-from-Selection.htm  And use API ''PasteHTML()'' to ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 25, 2012
  • Re: AjaxUploader works fine locally - Javascript error 'object expected' when viewing after deploy

    Hi simonhorridge,   I attached two web.config, please try it, one of them should work.   #1    <?xml version=''1.0''?> <!--   For more information on how to configure your ASP.NET application, please visit   http://go.microsoft.com/fwlink/?LinkId=169433   ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 29, 2011