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
27
of
149
(
1,483
total posts)
< 1
second(s)
Re: URGENT, don't work whit full options
Can you try the following ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 19, 2009
Re: save command using Full.config
1. There is an article in the advanced topic section showing you how to capture the save button click: http://cutesoft.net/example/howto/CatchSave/cs/capture_save_button_click.aspx Hope it helps. Let me know if you have any questions or suggestions. 2. This is another example: <%@ Page ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 9, 2009
Re: page validation / xml problem
Can you try the following code? <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <%@ Page language=''c#''%> <html> <head> </head> <body> <form id=''Form1'' method=''post'' runat=''server''> <CE:EDITOR ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 28, 2009
Re: Cute Editor Rich TextBox Issue
Can you post your code or try the following code? <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <%@ Page language=''c#''%> <html> <head> </head> <body> <form ...
Posted to
FAQ
(Forum)
by
Adam
on
December 19, 2008
Re: modify output table
Hi, Please try this code : <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI''
Assembly
=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
December 18, 2008
Re: CancelAllButton, Style Progresspart
Hi Andreas, 1.try this way: button { border: 1px solid #0069ad; background: url(images/back_button.gif) repeat-x; color: #fff; font-weight: bold; padding: 3px 20px; } 2.Please elaborate on what you mean,thanks 3.you can set it with ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
November 4, 2008
Re: Using CuteEditor as a FLASH selector
Hi lanec, You can try this way,It also valid for other file types. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head> <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 30, 2008
Re: Can't get the edited text from the cute editor
Apurva, Please try the following code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <%@ Page language=''c#''%> <html> <head> </head> <body> <form id=''Form1'' method=''post'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
December 28, 2007
Re: Subdirectories within an album
OK, to accomplish this I replaced show.aspx with this. Don't forget to change actualdirectoryString to the correct directory. <%@ Page Language=''VB''%> <%@ Import Namespace=''System'' %> <%@ Import Namespace=''System.IO'' %> <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' ...
Posted to
ASP.Net Image Gallery
(Forum)
by
bendo
on
November 21, 2007
Re: Publishing w editor page
mikeinperth, To add Cute Editor to an ASP.NET page, do the following: 1. Add the following line to the top of your page: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> 2. Add the following code between <form runat=''server''> ...
Posted to
FAQ
(Forum)
by
Adam
on
September 5, 2007
More Search Options
« First
...
< Previous
25
26
27
28
29
Next >
...
Last »