Search

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

    Hey thanks,   For 1. Great thanks!   For 2. To better explain what I need:   After the postback, I need to uploader to be reset (ie. in the state to upload again and not showing a grid of uploaded attachments).   Wouldn't the example you described block the grid before the postback aswell? I am only worried about the ...
    Posted to Ajax Uploader (Forum) by PSMatt on March 13, 2009
  • Administration Console have problem with Edit Button

    Dear,   When I go to Admin to create new lobby. After that I click Edit to add user for MangerList. But when I click Search on ManagerList it have error. Please help me, why?   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 dobaotram on June 21, 2006
  • Re: How do capture the Save Click Even in VB for CuteEditor ASP.NET

    Hi chemist, Sorry, but I am not very clear about your problem. Whatever what configuration file you using, the ''save'' button will fire the function I provided. First it will fire the client side javascript funtion, then fire the server side ''PostBackCommand'' event. This is what the save button do. If you do not want it fire the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 30, 2012
  • Re: W3C validation errors for Cuteeditor

    Hi, I used ''Cute Editor for .NET version 6.6 - #1 WYSIWYG''. I have the following errors when I do WIS validation. Its around 87 errors relating with CuteEditor...my code as followed..  <!-- CuteEditor ctl00$MainContent$txtContent Begin --> <textarea name=''ctl00$MainContent$txtContent'' ...
    Posted to Cute Editor for ASP (Forum) by yuki on July 26, 2012
  • Re: Upload Images to Folder

    It is still not showing up in the folder --<script runat=''server''>     void InsertMsg(string msg)     {         ListBoxEvents.Items.Insert(0, msg);         ListBoxEvents.SelectedIndex = 0;     }     void ...
    Posted to Ajax Uploader (Forum) by LVWiseguy on July 23, 2012
  • Re: Enumerate html tag elements in custom dialog; server-side?

    Ok, I'm presuming the way to do it is to present a basic page from server side, fill in the relevant fields client side and somehow post it back, and then present a new page with the additional fields. How can I perform a single postback? Simply adding __doPostBack('__Page', 'Args') to the end of the SyncToView() javascript method causes an ...
    Posted to Cute Editor for .NET (Forum) by Tobster on November 8, 2010
  • Re: CuteEditor_OnInitialized(editor) doesn't work when ajax call back in the tab panel

    Hi wolf11th,   Please download the latest version and tes the example below. This issue have been fixed in version 6.6.   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''cc1'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 26, 2010
  • Re: Close messenger once the ChatSystem has been stopped

    Maybe one alternative is using a flag, currently I found one that is used to display the alert when one user try to close the messenger page (messenger.aspx) and check if the messenger is connected:   window.onbeforeunload = function()             ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Reivax on June 30, 2009
  • Re: function CuteEditor_OnCommand

    Quick update:   The line of code in the command event in the  ''How To'' should  be:   if(command.toLowerCase()==''postback'' &&value==''Save'' && editor.id==''<%=Editor2.ClientID %>'') This now work in my project, but still have an issue with the command not firing. Using the latest version ...
    Posted to Cute Editor for .NET (Forum) by redman on June 9, 2009
  • Re: Error message on load

    That page produces no error.  I tried creating a custom menu bar, I guess maybe that's what caused the error.  Can someone see if there is an error in the menu bar code?  I've placed it in the AutoConfigure folder.   Thanks, -David   <?xml version=''1.0'' encoding=''utf-8'' ...
    Posted to Cute Editor for PHP (Forum) by infringer on September 5, 2008
« First ... < Previous 37 38 39 40 41 Next > ... Last »