Search

You searched for the word(s): assembly
Showing page 54 of 149 (1,483 total posts) < 1 second(s)
  • Re: File Upload - removing space in file name

    Hi rajmohanp,   1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx'' and delete all the code in it   2. Use the code below (red code is what I added in it)     <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' %> <%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 20, 2011
  • Editor in aspx page not returning changed text in IE 8

    I have an editor in a Visual Studio 2010 environment running the dev server and the editor works fine except when it's time to save its contents, the server-side code doesn't recognize changes in the editor.  I'm sure there is something very simple I'm missing, but I can't seem to find it.   Thanks!   <%@ Register ...
    Posted to Cute Editor for .NET (Forum) by LawProgrammer on September 20, 2011
  • Re: Customised image selector unable to work in Chrome v13.0.782.220 m

    Hi huatz, Please try the example below. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Use CuteEditor as an image selector</title>     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 14, 2011
  • Re: How do I tell CE not to validate the length on a cancel?

    Hi ceblanda,   Please try the examle below   <%@ Page Language=''C#'' EnableViewState=''false'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 2, 2011
  • Re: Not able to upload files of size more than 1gb

    Hi stephen_albert, Please try the example below, does it work for you? <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 30, 2011
  • Re: Outset border

    Hi WebEngineer, Please create a page by the code beow. Do not use any css file in it and do not under any master page. <%@ Page Language=''c#'' AutoEventWireup=''false'' %> <%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on August 30, 2011
  • Re: fileupload doing partial postback on each file upload.

    Hi ibhadelia, It just do one post back, please try the example below. When you click on the post back button, the page will do a post back and label1 will add ''-1''.(click a few times to test it) Then try upload multiple files, you can see the label1 just add one ''-1'' in it. <%@ Page Language=''C#'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 23, 2011
  • Uploader together with CKEditor both in updatepanel

    Hi, I have CKEditor in an updatepanel containing text: <h1>hello</h1>In another updatepanel I have your Ajax Uploader. When uploading a file I get the error:A potentially dangerous Request.Form value was detected from the client (CKEditorEdit=''<h1>hello</h1>'') Because both controls are in their own update ...
    Posted to Ajax Uploader (Forum) by dvanmaanen on August 10, 2011
  • Re: Unable to upload

    Hi TorskTallin, Can you create a test page by the code below and post your test page url? I will check it and get back to you as soon as possible. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %> <script runat=''server''>     ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on May 18, 2011
  • Re: Configuration of Editor for a folder/URL config

    Dear pdaltonmcsd,   You can refer to http://richtextbox.com/test/BaseHref.aspx,   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 5, 2011
« First ... < Previous 52 53 54 55 56 Next > ... Last »