Search

You searched for the word(s):  
Showing page 113 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Force spellchecker to run?

    Hi cheryll,   Please try the example below.   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 31, 2010
  • Re: How to store the HTML code into database(microsoft access)

      <!-- #include file = ''editeur6/include_CuteEditor.asp'' --> <%     if request(''action'') = ''true'' then              Set rs_page = Server.CreateObject(''ADODB.Recordset'')             rs_page.ActiveConnection ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on July 23, 2008
  • Re: Cute Editor Changes NOT Saving Since Move to New Server

    Hi Chaplain, 1. If replace the editor with a simple textbox, does it save correct? 2. Please try the example page below on your site. Does it save correct? If this example page works, it means that the editor function has no problem.  You can use the same way on your own ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 20, 2012
  • Re: not geting value in $fileguidlist=@$_POST["myuploader"];

    Dear pandurang,   Please check: 1. Put php uploader within tag <form> 2. $uploader->Name=''myuploader'';     and     $fileguid=@$_POST[''myuploader''];        These two lines should have same ID.     Please refer to the following example ...
    Posted to PHP File Uploader (Forum) by Eric on September 15, 2010
  • ajaxuploader inside listview

    I put ajaxuploader inside <UpdateItemTemplate> of ListView. Except uploader there's a TextBox1 and I want to update its Text property with the address of uploaded image. So I've got the problem with assigning data to TextBox1.Text.I tried to assign image_address.Text property through Label4.Text which is outside of listview, but it doesn't ...
    Posted to Ajax Uploader (Forum) by southanal on April 26, 2010
  • Re: Rename File

    Dear msandwisch,   You can rename uploaded files in this method, please refer to the following code:   <%@ Language=''VBScript'' %>    <!-- #include file=''aspuploader/include_aspuploader.asp'' -->   <html>    <head>    </head>    ...
    Posted to ASP Uploader (Forum) by Eric on May 5, 2011
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369, Please try the following snippet:<?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on June 28, 2011
  • Unsuccessful uploads

    Hello, I am currently testing out the AjaxUploader and have come across an issue. I have set up a test application which is shown below. <%@ Master Language=''C#'' AutoEventWireup=''true'' CodeFile=''Site.master.cs'' Inherits=''Site'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Arden on March 16, 2011
  • Messenger Configuration

    I have managed to get Cute Chat 4.1 working correctly, however I am still having some trouble with the messenger setup. I think I may at least understand the problem but I am not sure how to correct it.   I noticed the chatprovider is making use of forms authentication however my application does not use this.   I have changed my VB ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by watchmyhousesell on March 14, 2008
  • Interesting problem with java api

    I have 2 editors on a form.  The 1st is normally hiddeen from the user.  It's inside a span tag with style=''display:none''.  It is used to hold the value of the editor prior to a user making changes to it.  If the user makes changes to the displayed editor, the new content is placed into the hidden editor (so I can detect ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 11, 2007