Search

You searched for the word(s):  
Showing page 166 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: opening create template on button click--Object reference not set to an instance of an object

    i have done the same it works in one application on the system but on other application in the same system it gives ''object ref error.....................''   i even copied the code given by u on a new page but in this second application i get the same error   System.NullReferenceException was unhandled by user code   ...
    Posted to Cute Editor for .NET (Forum) by svk on May 12, 2010
  • Recent issue in IE8 for uploader?

    Hey all, we've been using the uplaoder for over a year and haven't had this issue pop up. Yesterday I was informed that when a user selects a file in IE8, it is appearing to have a filesize of -1.0 kb. Then when the user hits upload, they're getting an error: Out of Memory at line: 238.   This is how the control is ...
    Posted to Ajax Uploader (Forum) by Besoup on September 12, 2013
  • Re: Textarea disabled on first load

    No, it doesn't change things any for us.  The code above was the solution to a previous problem.  Now there is the new ''readonly'' problem in FF2.0 and older.... here is the html that produces this problem, could you please tell me if you see anything <!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01 Transitional//EN''> <HTML ...
    Posted to Cute Editor for .NET (Forum) by OlegS on March 30, 2009
  • Re: File not found exception

    uvavilala,   Try   protected void edtContent_PostBackCommand(object sender, CommandEventArgs e)    {               if (string.Compare(e.CommandName, ''Save'', true) == 0)        ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 14, 2006
  • Error after upgrade from 1.0 to 2.0

    Hi,   I have a cute uploader on a user control which is in turn within a repeater control. When a file is uploaded the parent repeater control is forced to do a databind. In version 1.0 this worked just fine, but unfortunately it crashes with the following message in version 2.0.   ''The control collection cannot be modified ...
    Posted to Ajax Uploader (Forum) by msalti on December 4, 2008
  • Re: folder for each user to upload

               ' check if user folder exist, if not create it!             userPath= ''D:\wwwroot\myApp\uploads\'' & IDUSER & ''\''               Set fso = ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on July 11, 2008
  • Re: Auto adjusting height in Chrome

    Dear mmargeta,   Please try the following code:   <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>      <head>       </head>   <body>  <form name=''theForm'' action=''Get_HtmlContent.php'' ...
    Posted to Cute Editor for PHP (Forum) by Eric on November 22, 2010
  • Re: CuteEditor to RichTextEditor: How do I define a Snippet dropdownlist in the Control

    Hi HuaShyr,  You can specify url like  mymakexml.ashx , and generate dynamic xml at server side. If you want to  generate dynamc data in client side , you can try this : Please try this ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on October 30, 2012
  • Re: Compatibility with .asp code

    goat,   DotNetGallery is highly Customizable.   Please use the following code as a template:   void Page_Load(object sender, System.EventArgs e){    ...      AccessLevel accesslevel = ...//get from somewhere      switch (accesslevel)     ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 17, 2004
  • Re: Error on call to GetDocument

    Incognitobe: Hi Adam,   thanks for the reply which sounds quite plausible and would certainly explain the error I´m getting, but I´m quite sure I got the ID right. Here´s a snippet from the html source of the table rendered by the editor (I omitted the style attribute):   <table cellspacing=''0'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2010