Search

You searched for the word(s):
Showing page 16 of 123 (1,230 total posts) < 1 second(s)
  • Re: CuteWebUI_AjaxUploader_Initialize is not defined

    Dear Shailen, &nbsp; Can you create a testing aspx page and run the following code on your server? &nbsp; &lt;%@ Page language=''c#''%&gt; &lt;%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %&gt; &lt;html&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Eric on April 15, 2011
  • Re: Error: UploadModule is not installed into web.config

    Dear shailen, &nbsp; http://ajaxuploader.com/Deployment.htm&nbsp;, please check whether you followed step 2. To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode&lt;configuration&gt; &lt;system.web&gt; &lt;httpModules&gt; &lt;add ...
    Posted to Ajax Uploader (Forum) by Eric on April 15, 2011
  • Re: Problem with AutoAdjust Height when using IE9

    Dear transresult, &nbsp; I tested http://cutesoft.net/example/Auto-Adjusting-Height.aspx&nbsp;in IE9, it works fine on my end. You can follow steps: 1. Open http://cutesoft.net/example/Auto-Adjusting-Height.aspx 2. Remove all content in editor area 3. Input several lines, you will find the editor height will be changed automatically. Hope ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 14, 2011
  • Re: Cute Editor v6.1 - indenting unordered list issue

    Dear demmett,&nbsp;You need upgrade to latest version:Upgrade steps: 1. Backup your website 2. Remove folder ''cuteeditor_files'' 3. Download cuteeditor for asp, download link: http://cutesoft.net/downloads/folders/asp-editor/entry57121.aspx 4. Unzip it 5. Upload files of folder ''cuteeditor_files'' to your server,The ''cuteeditor_files'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on April 14, 2011
  • Re: Redirect When Upload Complete

    Dear msandwisch, &nbsp; task.FileName is the file name of uploaded file: &nbsp; &nbsp;function CuteWebUI_AjaxUploader_OnTaskComplete(task) &nbsp;{ &nbsp; var div=document.createElement(''DIV''); &nbsp; var link=document.createElement(''A''); &nbsp; link.setAttribute(''href'',''savefiles/''+task.FileName); &nbsp; ...
    Posted to ASP Uploader (Forum) by Eric on April 14, 2011
  • Re: Offline -- send user an email message that their feedback has been received

    Dear ckerns, &nbsp; You can refer to the following link: http://www.java2s.com/Code/ASP/Components/SendoutemailincodebehindC.htm &nbsp; Thank you for asking Eric@cutesoft.net &nbsp;
    Posted to Cute Live Support (Forum) by Eric on April 13, 2011
  • Re: Offline -- send user an email message that their feedback has been received

    Dear ckerns, &nbsp; You can refer to the following link: http://www.java2s.com/Code/ASP/Components/SendoutemailincodebehindC.htm &nbsp; Thank you for asking Eric@cutesoft.net &nbsp;
    Posted to Cute Live Support (Forum) by Eric on April 13, 2011
  • Re: Redirect When Upload Complete

    Dear msandwisch, &nbsp; Please change function CuteWebUI_AjaxUploader_OnPostback() { window.location(''http://www.google.com''); } to &nbsp; function CuteWebUI_AjaxUploader_OnPostback() { &nbsp; window.location.href=''http://www.google.com''; } After done, please test it again. &nbsp; Thank you for asking Eric@cutesoft.net &nbsp;
    Posted to ASP Uploader (Forum) by Eric on April 13, 2011
  • Re: what does 1x1.gif do

    Dear pbwbart, &nbsp; You can open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'', you will find the following line in this file: &lt;div id=''divpreview''&gt; &lt;img id=''img_demo'' alt='''' src=''../Load.ashx?type=image&amp;file=1x1.gif'' /&gt; &lt;/div&gt; &nbsp; If you remove &lt;img id=''img_demo'' alt='''' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 13, 2011
  • Re: Offline -- send user an email message that their feedback has been received

    Dear ckerns, &nbsp; You are welcome. You can add the&nbsp;code of email send in SupportFeedback.aspx. &nbsp; Thanks for your business Eric@cutesoft.net
    Posted to Cute Live Support (Forum) by Eric on April 13, 2011
« First ... < Previous 14 15 16 17 18 Next > ... Last »