Search

You searched for the word(s):  
Showing page 1330 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Upload photo to database?

    We have still not managed to get this working.   For all larger files (small files work in all modes) :   - In silverlight mode, uploads go up without error but are corrupted. - In flash mode, get the message ''unable to find the file in custom provider'' - In iframe mode get message 'cannot access uploadtemp' ...
    Posted to Ajax Uploader (Forum) by pat333 on January 30, 2009
  • Re: access denied error when trying to insert a link, picture or flash

    Hi Ken,   Have you got a chance to see the issue. Can you replicate it now?????????. Yes I have few more queries: 1.Cute editor in update panel+modal popup also does not work.Gives a lot of javascript errors.Error: ''null or not an object at line 0'' 2. How can I clear the cute editor in javascript?. I have used the code ...
    Posted to Cute Editor for .NET (Forum) by yuvika on May 7, 2009
  • Re: HTML text changes on when returning to Normal view using FireFox browser

    So you are saying that this happens at the browser level of Firefox and outside of the HTML editor's control?   Perhaps you can tell me an accepted HTML tag in which I can use to create my own custom inner tags that won't be corrected by any browser? That would help me.     Thanks.
    Posted to Cute Editor for .NET (Forum) by vballboa on October 29, 2010
  • Re: Database Content Not Showing up in Editor

    Eric,This is what is declared in my file sqlNews = ''SELECT *, mfmNewsID FROM mfm_mfmNews WHERE (mfmNewsID = ''' & mfmNewsID & ''')'' set rsNews = conn.execute(sqlNews) <% mfmNews = rsNews(''mfmNDesc'') %> I have the same code in place on the webpage for public viewing. http://ww2.mfmi.org/do/newsDetail.asp?mfmNewsID=1 ...
    Posted to Cute Editor for ASP (Forum) by bdassow on February 25, 2010
  • Re: CuteWebUI_AjaxUploader_Initialize is not defined

    Dear Shailen,   Can you create a testing aspx page and run the following code on your server?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body> <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Eric on April 15, 2011
  • Re: CuteEditor show only unformatted text and no toolbar

    I think I found the problem.  Due to the change in the user agent string for IE11, ASP.NET is not recognizing it as a browser that supports Javascript.  (Maybe if Microsoft had more company-wide picnics, the folks from different departments would talk to each other more...  :-)   See  ...
    Posted to Cute Editor for .NET (Forum) by ddcohen on October 31, 2013
  • Re: adding content to the popup photogallery

    Kenneth:  GalleryLayout.prototype.DrawUI=function _GalleryLayout_DrawUI(){ clearTimeout(this._animationTimerid); this.dng_photolist.innerHTML=''''; var photos=[]; for(var i=0;i<this._categories.length;i++) { photos=photos.concat(this._categories[i].Photos); } for(var i=0;i<photos.length;i++) { var ...
    Posted to ASP.Net Image Gallery (Forum) by afrika on June 3, 2012
  • Re: start dotnetgallery in auto expend mode

    Hi Ken   At the bottom of the gallery window, to the left of the film strip, there is an icon that looks like a cog.   When you click this icon a menu appears where you can select the 'Admin Console', 'Show Slider', 'Faster', 'Medium', 'Slower', and/or 'Auto Expend'.   If you select 'Auto Expend' the image is scaled to the ...
    Posted to ASP.Net Image Gallery (Forum) by bazzag on December 8, 2011
  • Re: Pasting Text Under Firefox with Latest CE

    I just this moment downloaded the latest CE zip file and the CuteEditor.dll version date/timestamp is from yesterday (1/28/2010).  It says the file was last modified at 1/29/2010 12:12 PM.  Does the DLL version information not change when you update the DLL?    I saw the described problem with a CE download from earlier this ...
    Posted to Cute Editor for .NET (Forum) by kazzlo on January 29, 2010
  • Re: Automatically login messenger with site registered users

    Hi Ken,   Thanks for your reply.   I may not have explained my requirement clearly so will just explain again in more detail.   I am developing a website using ASP classic. The website has its own SQL Server database where all the members are registered. I also intend to write into the web messenger database to store the same ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by mike99c on October 8, 2009