Search

You searched for the word(s): postback
Showing page 1 of 85 (848 total posts) < 1 second(s)
  • postback for dropdown

    I added the following dropdown to the toolbar... <itemtype=''dropdown''name=''MailMergeFields''RenderItemBorder=''true''text=''Mail Merge''postback=''True''command=''InsertMailMerge''/>itemtype=''dropdown''name=''MailMergeFields''RenderItemBorder=''true''text=''Mail Merge''postback=''True''command=''InsertMailMerge''/> ...and ...
    Posted to Cute Editor for .NET (Forum) by lbouter on December 1, 2004
  • Error: Invalid postback or callback argument when adding a moderator

    When trying to add a moderator to a chat room, i get the following message...How do I fix this?   --------------------------------------------------------------------------------- Invalid postback or callback argument.  Event validation is enabled using <pages enableEventValidation=''true''/> in configuration or <%@ Page ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Moloko55 on May 4, 2006
  • Re: Editor.Focus = true resets cursor to top of page, not to where it was before postback

    Please read our messages thoroughly. It just wastes time explaining again what the problem is.   I know the editor gets the focus. That's not the problem. I said it ''resets cursor to TOP OF PAGE NOT TO WHERE IT WAS BEFORE POSTBACK''.   The cursor should go to where it was before postback, just like happens when you ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 21, 2007
  • Re: CuteEditor.Text is empty in postback

    Hi jeffqi, 1. The post back question Please try the examle below, it will show you the editor text each postback button click. Does it works for you? <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 10, 2011
  • Re: full postback after the multiple files uploaded

    hi deepakkumarjoshi, AjaxUploader need to transfer the upload files to the server, so the postback is necessary. If you just want to prevent it, you can try the code below <script>function CuteWebUI_AjaxUploader_OnPostback(){ return false;}</script>   If you want to submit the page after all ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 21, 2010
  • Re: Problem in postback

    By default Cute Editor doesn't change the code view while postback to avoid confusion.   However you can change view dynamically via code.   Edit option onload by default <CE:Editor ActiveTab=''Edit'' id=''Editor1'' runat=''server'' ></CE:Editor> HTML option onload by default <CE:Editor ActiveTab=''Code'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 25, 2009
  • Creating a Custom Button with Postback="True"

     I would like to create a custom button for the toolbar and have it perform a postback when it is clicked.  I assumed that it would be simply a matter of adding the postback=''True'' property to the tag representing my custom button to my custom ''.config'' file. Unfortunately it doesn't seem to work ... is there any other codes that I ...
    Posted to Cute Editor for .NET (Forum) by Stephen on June 27, 2005
  • Re: Cute Soft WYSIWIG Editor in an update panel to prevent postback

    hi,   switch between normal/html view will not causes the page post back, can you try on demo http://cutesoft.net/example/general.aspx ? do you get the same issue on it?   and please create a example page with the code below and test it under your site, does it gets the same issue too? when this example page load, the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2016
  • Re: How can i avoid that the page do PostBack after to upload a file?

    Hi Vizzent, If your want to submit the data and upload file at the same time, please use start upload manually example http://phpfileuploader.com/demo/form-manualstart.php   And please try the example page below, it does not do the post back after file upload <?php require_once ...
    Posted to PHP File Uploader (Forum) by Kenneth on March 13, 2012
  • Re: Postback and Messenger 5.0

    Hi,   You can try to popup a new window for the new messenger .   Please try this code :     <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.1//EN'' ''http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd''> <html ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on October 16, 2008
1 2 3 4 5 Next > ... Last ยป