Search

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

    Dear pbrad, Sql Server example:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''11.php?postback=true'' method=''post''><?php function getData() {     $conn=mssql_connect(''127.0.0.1'',''cute'',''cute''); ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 18, 2011
  • Re: JavaScript Error Object required

    Hi, Yes I'm using  AjaxControlToolkit on my page and this is page source; <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeBehind=''GlownaSkanowanie.aspx.cs'' Inherits=''Projekty.GlownaSkanowanie'' %> <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''cc1'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by cesbart on July 29, 2009
  • Re: PageRequestManagerParserErrorException - Please HELP

    Right-e-O, here's what i've found out:   1. Uploading a file via the Uploader causes a full page refresh, not a postback - is this by design?     2. Removing the updatepanel fixes the initial problem - kind of  - files get uploaded and displayed fine  - because its not a postback, i'm losing all form data in the ...
    Posted to Ajax Uploader (Forum) by Gregorius on July 8, 2009
  • [ce v4.0] - Capturing the Save Button Event

    Hi. i´m not sure if it´s ok to capture the Save Button event as: privatevoid ce1_PostBackCommand(object sender, System.Web.UI.WebControls.CommandEventArgs e) {     // Save  this.ce1.Text here???} How to ensure that the postback was issued by the Save Button? } How to ensure that the postback was issued by the Save Button? ...
    Posted to Cute Editor for .NET (Forum) by KenA on November 23, 2004
  • DNN 4.x - How do I get the ModuleID in a Postback?

    I have added a custom button to my CE in DNN 4.x and I am successfully getting into my OnClick server-side routine, but now I need the current ModuleID (Text/HTML Module), and I can't seem to figure out how to get it.  Can anyone help me?Also, it seems that my OnClick is getting called twice when you click the button - any idea why that would ...
    Posted to Cute Editor for .NET (Forum) by risedev on September 20, 2006
  • Re: Change EditorWysiwygModeCss then looses event postback

    AndyFel, Please check this example:http://cutesoft.net/example/Using-External-Style-Sheets.aspx   The source code of the above example is as following:   <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <script runat=''server''> private void ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2006
  • Postback and Messenger 5.0

    Version 5 looks really wonderful!!! However as I see, when Messenger is openned it is impossible to browse a page in the background with postbacks (message about Messenger leaving occurs). Do you already have some common solution how to workaround this issue? Thanks, Vasyl
    Posted to Cute Chat and Cute Web Messenger (Forum) by VasylP on October 15, 2008
  • Re: Error: Invalid postback or callback argument when adding a moderator

    Please open your web.config.   And add the following code <pages enableEventValidation=''false'' />  into system.web section.   For example:   <system.web>     <pages enableEventValidation=''false'' /> </system.web>    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 4, 2006
  • CE editor frozen in tabcontainer of google chrome after ajax postback

    This is obviously a bug of CE. I put a CE editor in tabcontainer. In google chrome, if the active tab is the CE editor, everytime after I click on button to trigger a ajax postback, the editor will be frozen, some of the button images will be lost, and the text area is not accessable. If I click on another tab and then go back to ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on March 25, 2010
  • In .Net 1.1 Your Demo seems do not work during a PostBack

    Hello,   I've download your demo and I run it on .Net 1.1 environment I choose the multiple file (Google like) (http://localhost/Demo/multiple-files-upload.aspx) I upload 2 files (WORK VERY WELL). When I wanted to remove 1 file (MAKE A POSTBACK). And all my other Upload is cleared I'm interested to your ...
    Posted to Ajax Uploader (Forum) by systalians on October 6, 2008
« First ... < Previous 16 17 18 19 20 Next > ... Last »