Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): assembly
More Search Options
Showing page
88
of
149
(
1,483
total posts)
< 1
second(s)
Re: hyperlink in toolbar not working
Hi olivedg, Can you try this way? 1. Download the page below http://www.cutesoft.net/downloads/folders/21904/download.aspx 2. Delete files ''CuteEditor.dll'', ''CuteEditor.ImageEditor.dll'' and ''NetSpell.SpellChecker.dll'' in the bin folder and use the new one in the download package. 3. ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 28, 2010
Re: Force spellchecker to run?
hi cheryll, Try the new example <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor''
Assembly
=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 31, 2010
Re: Unknown server tag 'DotNetGallery:gallerybrowser'.
Please save the following content to test.aspx and check whether this issue is thrown in this example: <%@ Page language=''c#'' AutoEventWireup=''false'' %> <%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery''
Assembly
=''DotNetGallery'' %> <script runat=''server''> protected override void OnInit(EventArgs ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Eric
on
August 26, 2010
Re: Reg- Making Cute Editor content window read only
Hi rajmohanp, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor''
Assembly
=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 13, 2010
Re: Editor in fullscreen mode, inside an IFRAME
I use the following code and cannot reproduce it: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html xmlns=''http://www.w3.org/1999/xhtml''> <head runat=''server''> <title>Untitled ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
July 23, 2010
Re: Saving a file
Hi jlclavijo, By default, the ''save'' button will not save file to anywhere. You can handle the save logic in method ''PostBackCommand''. This method will be triggered after you click on the ''Save'' button. Below is an example to show you how to save the content as a file. ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 4, 2010
Re: CuteWebUI_AjaxUploader_Initialize is not defined
Debbie, Can you create a testing aspx page and run the following code on your server? <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI''
Assembly
=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body> <form id=''Form1'' ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
June 4, 2010
Re: The Cut effect for custom buttons
Hi jonathanexact, Please try this example <%@ Page Language=''C#'' ValidateRequest=''false'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> <head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 24, 2010
Re: how to disable the editor and hide the tool bar by javascript?
Hi wolf11th, 1. Can not disable but you can hide it. example: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> <head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 4, 2010
Re: how to get the conents of editor on server side
Dear svk, Please use the following code: <%@ Page Language=''C#'' ValidateRequest=''false''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <%@ import Namespace=''System.Web.Mail'' %> <html> <head> <title>ASP and ASP.NET WYSIWYG ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
April 25, 2010
More Search Options
« First
...
< Previous
86
87
88
89
90
Next >
...
Last »