Search

You searched for the word(s): .net 4.0
Showing page 118 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Forbidden Message on Image Upload Page

    THe ''Forbidden'' message I have gotten when there was an issue with the license file. Once I copied it back out to the Bin directory, the message went away.   There was nothing that I saw in the DotNetGallery control that would handle the Permission to only people that are logged in. I had to do this on the page that contains the ...
    Posted to ASP.Net Image Gallery (Forum) by BurnSoft on January 13, 2007
  • Re: Incorrect translation using PlainTextWithLineFeeds

    Editor.PlainTextWithLinefeeds Property Retrieves the CuteEditor HTML content in plain text format and replace carriage returns with the appropriate br and p tags for breaks.     HTML does not respect CR and LF in files. All white space is collapsed into single spaces, including tabs and line endings. We must turn them into ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2006
  • Re: page 2 not printing

    Milton,Editor.PrintFullWebPage Property By default Cute Editor will print the content in the editing area only. When this property is set to true, Cute Editor will print the whole web page. When you set it false, no matter how long the content of editor is, it will print out all the content.    Please test the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2006
  • Domain License?

    A Domain license allows a control to run on 1 domain/subdomain name, ie http://www.webwalkerdesigns.com. A Domain license for http://www.webwalkerdesigns.com also works for http://webwalkerdesigns.com but not subdomains under this name ie http://news.webwalkerdesigns.com   To include subdomains, you have 2 choices 1. Small Business ...
    Posted to Purchase / License FAQ (Forum) by Karen on December 4, 2006
  • Re: Make Page Properties stick - How?

    http://cutesoft.net/example/Edithtml.aspx Please set the following property to true if you want to use page properties.  Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited. [Visual Basic] Public Property EditCompleteDocument As Boolean [C#] ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2006
  • Re: How do I determine what version I'm running?

    Clintavo,   If you can find the delivery email, you can find the version number.   If not, please set ShowVersion property to true.   If your editor doesn't support this property, you must use version 3.x or 4.x.   For more details, please write to karen@CuteSoft.net and specify the email address used when ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 24, 2006
  • Re: Format and space Issues in Cuteeditor

    suja: Hi,   I'm using cuteeditor version 5.2.   In that if i'm typing ''Welcome'' for the first time, cuteeditor.body.innerHTML is showing as ''Welcome''. If i'm deleting the word ''Welcome'' through backspace and retype the same word ''Welcome'', now the value of cuteeditor.body.innerHTML is showing as ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 22, 2006
  • Re: DataGrid paging not working on the DataBase-Example

    Milton,   Here is the modified version of DataGrid example. This example allows paging. Please copy/paste to the existing file and test it first. Then compare with your modified version and find out the problems.   <%@ Page Language=''vb''%><%@ Import Namespace=''System.Data'' %><%@ Import ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 13, 2006
  • Re: Using CSS Class

    honda_shadow, Thanks for the nice comments about Cute Editor. If you set AutoParseClasses to true (by default), CuteEditor will parse the CSS classes from EditorWysiwygModeCss and populate all items into CssClass dropdown.   If you set AutoParseClasses to false, CuteEditor will populate css items from dropdown configuration ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 27, 2006
  • Re: Dynamically fill the "Link" drop down

    Wing,   Yes.   Please check the following links:   Links treeview Customization http://cutesoft.net/developer+guide/Links_dropdown_Customization.htm   How to dynamically populate the dropdown menu?( C# | VB ) ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 25, 2006