Search

You searched for the word(s): assembly
Showing page 55 of 149 (1,483 total posts) < 1 second(s)
  • Re: Obtaining Selected Image HTML

    Hi BinbinB, Try the example below 1. Create a page name ''example.aspx''. below is the page code <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''c#'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - How to create a custom button ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2011
  • attach uploaded files to email

    Hey Guys, based on some sample code that was posted in the forum, if I try to attach the uploaded file(s) to an email message, the attachements appear as ''persisted'' files in the email. At what point should I attach it to the message because it appears I'm doing it too early. Please advise. Here is the sample source code im working ...
    Posted to Ajax Uploader (Forum) by drifter on March 15, 2011
  • Re: SLM error

    Hi gnuzim, Do you get this issue when upload some special files? Can you send me the test page ulr? So I can test it too. Do you get this issue with the simple example ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 6, 2011
  • Re: Facing problem in safari & chrome

    Hi sanjay.joshi,   Get this issue because the code try to use method SetHtml before editor load completely.   I suggest you set the text in  method OnInitialized of editor, like below.   function CuteEditor_OnInitialized(editor) {     var editor1=document.getElementById(''<%= cuteEditor1.ClientID ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 11, 2011
  • Re: Javascript functions

    Dear meti,   1. How to I prevent from displaying the list of files that have been canceled? I mean all files that their status is ''Error''.  Please try the following code: <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html ...
    Posted to Ajax Uploader (Forum) by Eric on February 7, 2011
  • Re: Extra validate

    Dear SergeyC,   Yes, you can add extra code to validate the uploaded files and interrupt the upload process, please refer to the following code: <%@ Page Language=''C#'' Title=''First sample'' %>   <%@ Import Namespace=''CuteWebUI'' %>   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Eric on January 27, 2011
  • Re: Background Image URL enclosed in double quotes

    Hi sanjay.joshi,   I think you get he code like below     <td style=''background-image: url(&quot;/Editor/uploads/12.jpg&quot;);''>&nbsp;</td>   If so, Please try the new example below   <%@ Page Language=''C#'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 25, 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
  • Re: Numeric or Currency formatting

    Hi srp10,   Please test the example below, it shows you how to add a custom button into toolbar of editor and change the selected text to you own format by this button.   <%@ Page Language=''C#'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 17, 2011
  • Re: Capturing a title for each uploaded file

    Hi mrichman, Please try the example ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 5, 2011
« First ... < Previous 53 54 55 56 57 Next > ... Last »