Search

You searched for the word(s):  
Showing page 53 of 4,987 (49,864 total posts) < 1 second(s)
  • 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: API issues / PasteHtml aka insert HTML

    if(!window.editorconstant)window.editorconstant={};     editorconstant.KEYDOWN_NOTIFYCHANGEDELAY=2000     // When creating a table using the Wizard, the following default attributes apply. ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 12, 2009
  • Uploader in dynamic UserControl

    Hi,   I have issue with the Uploader in a dynamically loaded user control in an UpdatePanel. When the user control is loaded in an async postback everything loads fine until I try to submit the file selected for uploading. I am using a UploadAttachments for uploading a single file with ManualStartUpload="true". When the associated ...
    Posted to Ajax Uploader (Forum) by benjib98 on October 31, 2012
  • Re: PDF export and list style

    Hi HISOKA, You can find the pdf demo page under the ''cs'' folder, name  ''createPDF.aspx''. Below is the code of it <%@ Page Language=''C#'' validateRequest=''false'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 25, 2011
  • Re: auto sizing

    After some testing it appears the editor may not like being wrapped within a table. The following code when first entering the page will show the problem we are experiencing. However, if we continue to refresh the page the text boxes will suddenly begin to autoadjust.  <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by toniemtz on September 15, 2009
  • Ctrl/Alt down arrow not working correctly in FireFox

    Adam,   Another bug in FF and tables.   In IE, when I Ctrl/Alt down arrow, most of the properties of the current row are carried to the new row. I've mentioned that Height and perhaps padding may not.   However, in Firefox, none of the settings of the prior row are carried to the new row.   For example, here's the ...
    Posted to Cute Editor for .NET (Forum) by fredd on September 2, 2007
  • How to get SiteRelative link from FileManager Editor

    Hi,i can get the SiteRelative file path from ImageManager with the below code:document.getElementById(''imageFld'').value = imgs[imgs.length-1].getAttribute(''src_cetemp'');  But i can't get Relative filepath from FileManager. You also have the same problem. Please look the your ...
    Posted to Cute Editor for ASP (Forum) by sedatkumcu on December 21, 2009
  • Re: How to display javascript alert for exceeding text length?

    Hi karmyogi,   Please try the example below. Limit 5 characters.   <%@ Page Language=''C#'' %>      <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %>   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 20, 2011
  • Resolved: Table cells defaulting with space in them: <td>&nbsp;</td>

    (Firefox) - Each <td> has &nbsp; in it by default. This is not good - user has to then delete them   For example, tables become ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 25, 2007
  • Re: how do I edit

    Hi sewox,   Which error message you mean? can you show me the full message?   And what do you mean register in order to sql connection? can you explain your requirement in detail?   If you mean save the upload file info into database after uploaded. you can achieve it by the code below   <%@ ...
    Posted to ASP Uploader (Forum) by Kenneth on February 21, 2013
« First ... < Previous 51 52 53 54 55 Next > ... Last »