|
Search
You searched for the word(s): cuteeditor 4.6'A=0'
Showing page 17 of 966 (9,656 total posts)
< 1 second(s)
-
Scott,
1.
Editor.EnableStripScriptTags Property
Specifies whether to remove inject script before writing the string into the db. When this property is set to true (the default) Cute Editor strips all script elements and script contents from the ...
-
Hi govind_rkdf,
The enctype attribute of the FORM element specifies the content type used to encode the form data set for submission to the server.
By W3.org, only the following Content types are supported:
- multipart/form-data
- application/x-www-form-urlencoded
- text/plain
Btw, are you trying to send ...
-
soraphong,
Please add the following code into your web.config file then try again.
<httpHandlers>
<clear />
<add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, ...
-
Alessandro,
The folllowing article shows you how to write the files to UNC path.
http://cutesoft.net/developer+guide/scr/UNC.htm
However if you need to save the uploaded files into two separate locations, you have the following options:
1. Save uploaded files in database. You need to write a custom file provider ...
-
shogun,
This issue often happens with downloaded files, because of a security feature in XP that causes Chm files are blocked.
The solution is:
Find the Chm file in Windows Explorer, right click on it, click properties, if the general tab has an unblock button at the bottom right, click on it to unblock, click apply, OK. ...
-
arnoler,
We will provide more example showing how to working with SQL Server database in the coming version 6.0.
In the current version, we have two examples using the Access Database, you can use them as a reference.
Work with the DataGrid
Database Example
The source code of those example are included in the ...
-
Jen0s,
Thanks for the suggestion. We will investigate this product. If possible, we will include the feature into the Cute Editor.
>>user should be able to move the toolbars freely?
Yes. Please check the following article:How to change the layout of the ...
-
They're purchased seperately, there's no upgrade discount between the 2 of them. By the way, ASP version is getting closer to the .net version. Did you try our ASP 5.0 yet? It's an infra-structure change, you'll be surprised how similar it is to .net 5.0 rather than ASP 4.2. Upgrade to ASP 5.0 price sheet is at ...
-
I found the solution to my own problem. I left 'runat=''server''' out of the skin. Here is the way it should look:
<CE:Editor ...
-
Anbaz,
Use the editor.Text property.
Example:
OleDbCommand command = new OleDbCommand(''SELECT Notes FROM Events WHERE EventID = @id'', myConnection);
command.Parameters.Add(''id'', e.Item.Cells[0].Text);
OleDbDataReader result = command.ExecuteReader();
if ...
... 17 ...
|
|
|