Search

You searched for the word(s): CuteEditor for asp
Showing page 1 of 105 (1,041 total posts) < 1 second(s)
  • Re: Control error Asp.Net 2.0

    Sorry for the delay. Here is the source...   <%@ Page Language=''VB'' MasterPageFile=''~/MasterPage.master'' AutoEventWireup=''false'' CodeFile=''insertQuestion.aspx.vb'' Inherits=''insertQuestionAnswer'' title=''Commercial User Support'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by robertcampbell on April 19, 2006
  • Failed to load Viewstate Error occurs when using Cute Editor

    I am trying out CuteEditor to see if I can use it on my websites. I first fill a gridview with data from a Sql Table. I then select a detailsview of the item I am interested in. But, when I when I click on the Edit button, it returns to the gridview instead of entering the edit mode of the detailsview. If I then click the select button on the ...
    Posted to Cute Editor for .NET (Forum) by tavogardo on May 2, 2008
  • Re: format issues using UPDATE command in MSACCESS

    I am pasting the entire .aspx and aspx.vb pages below.   Again, the submit feature works fine (and the delete, but I don't think that applies here).  It is when I call the page with ''edit=1'' query string for the update feature the problem arises.  The form populates the information in the cuteeditor box, but it changes ...
    Posted to Cute Editor for .NET (Forum) by ashleyaustin on September 12, 2005
  • Re: CuteEditor asp.net - databound in FormView - Text property not updating

    The page is part of a large system, so there's going to be a lot of stuff in here that won't make much sense, but here's the aspx file:   <%@ Page Language=''C#'' MasterPageFile=''~/Admin/Includes/Admin.Master'' AutoEventWireup=''true'' CodeBehind=''Details.aspx.cs'' ...
    Posted to Cute Editor for .NET (Forum) by ahueyevi on July 22, 2011
  • Re: Customize "Upload" button behavior in Insert Image dialog box

    Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 24, 2011
  • Re: Is Customization possible for cuteeditor for asp.net 6.0

    Prasad,   Yes. Please check the following links:   How to Change the Layout of The Toolbars?   Add custom buttons   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 15, 2007
  • Re: license for CuteEditor ASP.NET and PHP

    HI Kirill,   CuteEditor has 3 editions, asp.net, classic asp and PHP. They are considered 3 different products. There is no migration path in between. You can download PHP trial version from http://phphtmledit.com/download/phphtmledit.zip. I will send you a 3 month temp license so you have enough time to try it out thoroughly. ...
    Posted to Cute Editor for PHP (Forum) by Karen on November 20, 2009
  • Re: Is Customization possible for cuteeditor for asp.net 6.0

    Prasad,   Yes. Please check the following links:   How to Change the Layout of The Toolbars?   Add custom buttons   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 15, 2007
  • Re: DataBase relation

    Hi Max, I am having hard time configuring this. here is my code:   <!--#include file=header.asp--><%Class CuteEditor  ' version 5.0 Private s_AccessKey Private s_activetab Private s_AllowEditServerSideCode Private s_allowpastehtml Private s_autoconfigure Private s_AutoParseClasses Private ...
    Posted to Cute Editor for ASP (Forum) by necross on January 19, 2007
  • Re: File Upload - removing space in file name

    Hi rajmohanp,   1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx'' and delete all the code in it   2. Use the code below (red code is what I added in it)     <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' %> <%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 20, 2011
1 2 3 4 5 Next > ... Last ยป