Search

You searched for the word(s): assembly
Showing page 59 of 149 (1,483 total posts) < 1 second(s)
  • Re: custom queue table

    John,   You need copy the data when the OnPostback event fired, and maintain the table by your self.   If you don't use AJAX, the page will be submit and then all javascript data will be lost.   So you should use AJAX.   There's two primary AJAX :   1 - Microsoft AJAX , so you need maintain the ...
    Posted to Ajax Uploader (Forum) by cutechat on March 15, 2010
  • Re: issue while uploading file

    jagdisha: Hi   We have latest version of it. This issue is intermittent. We do have problem with Firefox as well. Some times the file upload button doesn't work and some time it does.       Please try the following solution:   1. Download the latest build. 2. Create a temp file upload location. ...
    Posted to Ajax Uploader (Forum) by Adam on February 25, 2010
  • Re: Problem with PasteHTML in IE 7 and 8

    Hi gspagel,   It works fine for me both firefox and ie. Can you try the example below?   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 25, 2010
  • Re: Toggle editor with Javascript

    Hi Misha999,   Try   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 1, 2010
  • Re: Removing Entity References

    Hi Spell,   You can replace it like below   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 14, 2010
  • Re: After UI customization of Ajaxuploader , .CS file events never get fired

    Hi flotest,   It works fine for me.   Please test the example below.   <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 28, 2009
  • Re: Blank page problem

    Hello there   I'm also having the blank page problem, and have tried the above with no success, which is shame as it it is exactly what I'm after (we use version 1.2 and it looks like this is leaps and bounds ahead)   We're on .NET 3.5, IIS 6. I'm using a trial version of 3.0.   My test application has a root of ...
    Posted to ASP.Net Image Gallery (Forum) by TonyHBrown on November 20, 2009
  • Re: Can i able to open popup window custom control click?

    Hi JJoyce,   Example:   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross Browser Modal Dialog Box.   Source (you can find the source code in the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 15, 2009
  • Re: What can cause loosing the session when using AjaxUploader?

    Pierre,   Does your code make directory or something let the ASP.NET restart ?   Please try this :   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on October 20, 2009
  • Re: jquery.load("#div") and license error

    Sure thing, this is the javascript for the jquery:     <script src=''http://cutesoft.net/scripts/jquery-1.3.2.min.js'' type=''text/javascript''>     </script>     <script type=''text/javascript''>         function loadContent(url, id) {    ...
    Posted to Ajax Uploader (Forum) by kevinac4 on September 30, 2009
« First ... < Previous 57 58 59 60 61 Next > ... Last »