Search

You searched for the word(s): assembly
Showing page 53 of 149 (1,483 total posts) < 1 second(s)
  • Re: is there an equivilent to OnClientClick???

    Hi websitepro, Please try the example below, it shows you how to catch the onclick event <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 13, 2012
  • Re: Cannot use CopyTo() on IIS 7 (windows vista)

    Hi Lonniekong, Please try the example below, it will save the upload file to the root of your site. 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 ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 10, 2012
  • Re: Custom Cancel All uploads

    Hi Pbanerji, The cancel all button is a part of the queue table, if you want to use a custom button to replace it, you need to write your own queue table. The example below shows you how to achieve it <%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 10, 2012
  • Re: Disableitemlist for Downloadable Files

    Hi cswetha5, Please try the example below <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 5, 2012
  • Re: Insert link problem

    Hi JesseGrunn, For now have not the option to set the image/link separate. Try use html filter, change the red part to your host name. Also, you can replace the code at server side when you get the content from the editor.  <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 20, 2011
  • Re: Default font in editor

    Hi nrsharma,   Please try the example below  <%@ Page Language=''C#'' %><%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 2, 2011
  • Re: CuteWebUI_AjaxUploader_OnQueueUI event

    Hi Kemal, 1. This event is activated even on load, when the form that contains the control is loaded for the first time, without click on the button uploadmedia, is this right? No, this event will fire after you select the files, and the upload in progressing. 2. I tried using this event to wrap this table in a div ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2011
  • Re: How can I get Preview and Normal Tabs click event on client side or server side in Cute Editor .Net?

    HI qsun, Please try the example below <%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 1, 2011
  • Re: One of your samples doesn't work in FireFox 7.01

    Hi m2jim, Please change the code to below, it should work. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#''%> <html> <head>     <title>ASP.NET WYSIWYG Editor - Use CuteEditor as a document selector</title>     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 24, 2011
  • Cannot add to project

    I'm using VS 2010 (.Net 4.0). I cannot add CuteEditor dll to my project file.  The designer throws an error:      Protected WithEvents edtTemplate As Global.CuteEditor.Editor  And I cannot use the editor in code behind.When I add CuteEditor.dll to the project, I get: Error    460   ...
    Posted to Cute Editor for .NET (Forum) by syedrazi on October 21, 2011
« First ... < Previous 51 52 53 54 55 Next > ... Last »