Search

You searched for the word(s): .net 4.0
Showing page 255 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: delete cute chat log automaticaly

    Dear tajamal,   You can create a stored procedure which deletes the data you wish to delete. Next create a job which executes the stored procedure. You can schedule the job to run once a week, or on any day in the week you wish. A new job can be created in SQL Server Agent.To tell the job to execute your stored procedure: Add a new step. ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on January 21, 2011
  • Re: Separate folders as galleries: How to use GalleryPath

    Thank You Ken, but I tried this and it does not work.   I created a blank asp.net page to work through this. My test folder, myPhotos, is in the root   Here is the code: <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <%@ Page Language=''C#'' ...
    Posted to ASP.Net Image Gallery (Forum) by VanAwful on January 20, 2011
  • Unwanted code added in mozilla having browser highlighter plugin

    Hi, When we have Browser Highlighter plugin installed in Mozilla, and we use cute editor (http://cutesoft.net/example/general.aspx ) Some text in HTML mode is automatically added like ''<input id=''gwProxy'' type=''hidden'' /><!--Session data--><input id=''jsProxy'' type=''hidden''> <div ...
    Posted to Cute Editor for .NET (Forum) by deepakOB on January 11, 2011
  • Re: Cannot get it to work

    Dear Loet van Oostenbde,   1. please open file ''\phpuploader\include_phpuploader.php'' 2. you can find the following code around line 395      $cd=dirname($this->GetWebPath(__FILE__));       $this->ResourceDirectory=''$cd/resources'';      ...
    Posted to PHP File Uploader (Forum) by Eric on January 10, 2011
  • Re: Bug in Centos?

    Dear mypokerstake,  1. please open file ''\cuteeditor_files\Dialogs\phpuploader\include_phpuploader.php'' 2. you can find the following code around line 395      $cd=dirname($this->GetWebPath(__FILE__));       $this->ResourceDirectory=''$cd/resources'';      ...
    Posted to PHP File Uploader (Forum) by Eric on January 9, 2011
  • Re: Greater than symbol in control attributes

    Dear Tobster,   Editor1.Text = ''<input id=\''text1\'' value=\''text1\'' name=\''text1\'' enabledlogic='\''Param1\'' > \''Param2\''' type=\''text\'' />''; This highlighted code is incorrect, it doesn't conform w3c standards, you can refer to http://w3schools.com/TAGS/tag_input.asp    Run it and switch to the HTML ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 6, 2011
  • How to customize the UI

    I've tried looking in the documentation, but it wasn't clear to me at all.   I'm trying to adjust the interface part where the file  is uploaded and displays the name. It looks like it gets rendered in a white table. There is a file attachment icon and a green checkbox.   I've tried editing every background color field ...
    Posted to Ajax Uploader (Forum) by jbruso on December 28, 2010
  • Re: Large File Upload with Confirmation E-mail Support

    Dear Darin,   Please refer to the following code: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bc00d4b0e43ec38d'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on December 24, 2010
  • Re: how to assign file while editting record with other fields

    Dear jaydev,   Please refer to the following code:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on December 22, 2010
  • httpwebrequest usage

    Hi,   Now I code my fileuploads in a way the file is loaded into memory and send by HTTPwebrequest to thrid party servers, often with oauth parameters. I'm interested in the capability of checking the filesize before the file is processed. Can I handle the ajax uploader control exactly the way the .NET fileupload control is used? So ca ...
    Posted to Ajax Uploader (Forum) by soppie on December 22, 2010