Search

You searched for the word(s):  
Showing page 17 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: How to customize the UI

    Hi jbruso,   Please override the queue table to achieve it. The example below shows you how to custom the queue table   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 31, 2010
  • Re: Community Server Problem

    Yes for the 1.x files.  Here is my global.asax file.<%@ Application Language=''C#'' %><%@ Import Namespace=''CuteSoft.Chat'' %><%@ Implements Interface=''CuteSoft.Chat.IHttpApplicationConnectionStringProvider'' %><%@ Implements Interface=''CuteSoft.Chat.IHttpApplicationUserAdapter'' %><%@ Implements ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by ibanez991 on August 30, 2006
  • Re: Mis-matching styles being applied to Editor

    I had changed my site over to some wacky colors just to make sure eveything was styling correctly, most of the time the background for the page will be white... but I should still get this to work properly. The following setup results in black on black, I'm not sure what I'm ...
    Posted to Cute Editor for .NET (Forum) by Kyrus on September 14, 2009
  • Re: Cannot access edited data (VB.NET)

    Hi AdamThe .aspx file is:<%@ Page Language=''VB''  Debug=''true'' MasterPageFile=''~/Biolife.master'' AutoEventWireup=''false'' CodeFile=''EditPage.aspx.vb'' Inherits=''Admin_EditPage'' title=''Untitled Page'' %><%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %><asp:Content ID=''Content1'' ...
    Posted to Cute Editor for .NET (Forum) by pjoules on October 19, 2006
  • Dropdownlists in ONE row??

    Hi all!I´m quite new to this! I´ve edited the default.config file to show my toolbars as i want it. However i can´t seem to get the dropdownlists in ONE row! I´ve attached an image showing my editor and the default.config file.Thanx in advance!/ Micke     <?xml version=''1.0'' encoding=''utf-8'' ...
    Posted to Cute Editor for .NET (Forum) by dreken on January 14, 2006
  • Problem in integrating with a simple application of mine

    Hello,   Am facing a couple of problems but finally i got this       This is My code          public class AspNetChatProvider : ChatProvider     {         public override string ...
    Posted to Cute Live Support (Forum) by Qandil on January 27, 2009
  • Re: Installation problems - error message "Expected 'End'"

    HI adam, thanks for your reply!   I tried your example, but got the exact same error message, till says:   Error Type:Sun ONE ASP VBScript compilation (0x800A03F6)Expected 'End'CuteEditor_Files/include_CuteEditor.asp, line 1194, column 13   So, then I did what I usually do when I get errors - I tried to delete some of the ...
    Posted to Cute Editor for ASP (Forum) by BeeJay on February 7, 2007
  • Re: can we add extra information on the object that ajax uploader sends for each file?

    Dear deepakkumarjoshi,   Please refer to the following highlighted code:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>           void ...
    Posted to Ajax Uploader (Forum) by Eric on January 18, 2011
  • Receiving JavaScript Error on ASP.net AJAX Partial Postback

    I've used the 'Ajax-Support.aspx' page as a guide to create my 'save' page successfully. But, now I need to populate the CuteEditor upon the selection from a DropDownList.  I have a form with a DropDownList, Textbox, CuteEditor and an update Button.  When the SelectedIndexChanged event fires, I get the values I expect but not ...
    Posted to Cute Editor for .NET (Forum) by TML on March 13, 2009
  • Re: Manual upload with visible="false"

    Hi,   You need to check the uploader instance is available before you use "startupload()". Try the example below I just added the section below for your code.   if (uploadobj) {} <%@ Page Language="C#" AutoEventWireup="true" %>    ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 15, 2012
« First ... < Previous 15 16 17 18 19 Next > ... Last »