Search

You searched for the word(s): form
Showing page 1 of 300 (2,996 total posts) < 1 second(s)
  • 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: How do you get the editor in an existing textarea

    I have changed the control name to Editor1, and here is the code behind: 'Using Statements @1-E5FBC350 Imports System Imports System.Collections Imports System.Collections.Specialized Imports System.ComponentModel Imports System.Data Imports System.Drawing Imports System.Web Imports System.Web.SessionState Imports System.Web.UI Imports ...
    Posted to Cute Editor for .NET (Forum) by desman on March 23, 2005
  • Re: Code for storing pages in a db?

    This is the code I have for saving pages to a DB. I modified the todatabase.asp and added a couple of fields to the test.mdb. This ain't the tightest code but it works. <html>    <head>        <title>CuteEditor :  Add the editor content to the ...
    Posted to Cute Editor for ASP (Forum) by ucjb on May 19, 2004
  • Re: Problem when using multipart/form-data post

    Hi Pedro,   If you have a form as follows:<form action=''xyz.asp'' method=''post'' enctype=''multipart/form-data''><input type=''file'' name=''FILE1'' size=''30''><input type=''text'' name=''def'' value=''0'' size=''10''>etc..... You can't get the your asp page to recognize data in other form input boxes using ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 14, 2004
  • 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
  • An Example of a two page upload with Form Variables

    An Example of a two page upload with Form Variables  I have a need for a two page upload method.  Here is what I have existing on my web site and I need to replace the uploader and I would prefer to use AspUploader but from all the forums answers and the sample code I have not seen anything that works or I can get to work. I have an ...
    Posted to ASP Uploader (Forum) by AndrewBarnes on September 9, 2012
  • Re: write additional form data including filename an folder (per image uploaded) to a database

    Hi PKKSW, Please test the example below Mehtod CuteWebUI_AjaxUploader_OnPostback() will fire after all file upload complete. The red code shows you how to get the file info what you need to save into database.(two places can get it) <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' ...
    Posted to ASP Uploader (Forum) by Kenneth on May 17, 2011
  • Re: Problem with CuteEditor and AspxLab Menu

    I notified Aspxlabs of this issue and they foud it to be an issue in your code.  They have provided a workaround for this instance however this issue may pop up again when using other controls.  Please notify me if you are able to come up with a permanent solution.  The detail of the issue are below.   This seems to be a ...
    Posted to Cute Editor for .NET (Forum) by cleite on April 12, 2006
  • Re: problem about cuteeditor tag "form" property EncodingType=html

    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 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 6, 2008
  • Re: the editor doesn't seem to pass its content through POST

    Hi allI have the same problem with CuteEditor in my application. It works with MSIE but not with Firefox.The cutesoft demo works fine in both editors.The CuteEditor is used in ASP as follows:        Set editor = New CuteEditor        editor.ID = ...
    Posted to Cute Editor for ASP (Forum) by comdev on September 27, 2006
1 2 3 4 5 Next > ... Last ยป