Search

You searched for the word(s): postback
Showing page 14 of 85 (848 total posts) < 1 second(s)
  • Re: customised toolbar button

    rcm,   Please create a custom button frist.   Demo:     http://cutesoft.net/example/customization.aspx   Third button shows you how to call a Built-in button.   This example also helps:   http://cutesoft.net/example/JavaScript-API.aspx   >>2. how can i increase the size of the images in ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2006
  • Re: Custom File Storage for images and files

    I am now trying to use the custom button to open an aspx page to mimic the behaviour of insert file dialog.  However, whenever there is a postback happening on the aspx page, it is opening a new window and try to do the postback in the new window, which fails.   I am using the javascript function to open the dialog:   function ...
    Posted to Cute Editor for .NET (Forum) by rchen on July 18, 2006
  • Re: How do I stop CuteEditor from scrolling the page to the top on each postback?

    Remove CuteEditor from the page and add the following code instead:   <asp:Button id=''btnUpdate'' Runat=''server'' Text=''Submit''></asp:Button><br/><asp:textbox id=''textbox1'' runat=''server'' TextMode=''MultiLine'' Height=''250px'' Width=''730px'' Font-Name=''Arial''></asp:TextBox> Then test ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 13, 2006
  • Re: After upgrade, editor does not keep text across postback.

    mmurrell,   Please check your DLL description.  The latest is built in 04-12-2007. If you are not using this version, please download the control again and update the DLL and client files.    
    Posted to Cute Editor for .NET (Forum) by Adam on April 17, 2007
  • Re: Dynamic ImageBrowser directories

    I was hopeful that would work, Adam, but it seems that it just wouldn't let me change anything during a postback.  What I ended up doing was very hackish, but it works.  When the dropdown list changed and triggered a postback in the InsertImage.aspx, I have it testing for the value in the dropdownlist.  Depending on the value, I ...
    Posted to Cute Editor for .NET (Forum) by BruceWMorgan on April 16, 2009
  • Determining POstBack Button in code behind VB

    I am trying to determine if the user clicked the Save or Send button from the toolbar.   HEre's what I have:   Dim C As System.Web.UI.WebControls.CommandEventArgs If String.Compare(C.CommandName, ''Save'', True) = 0 Then End If If String.Compare(C.CommandName, ''Send'', True) = 0 Then   END IF   WHAT I GET BACK ...
    Posted to Cute Editor for .NET (Forum) by renman on June 6, 2008
  • Stack overflow error during postback in IE

    Ive got an interesting problem. I have 3 repeaters on a page each with editors in them. Below each repeater i have linkbutton that posts back to the page so I can dynamically add more rows to each repeater. The problem is, when I click any of these linkbuttons, i immediately get popup from IE that says ''stack overflow at line: 358''. It works ...
    Posted to Cute Editor for .NET (Forum) by JRodman on August 6, 2006
  • Re: PageRequestManagerParserErrorException - Please HELP

    Greg ,   1 - when the file be uploaded , it will do the postback , and fire the FileUploaded event.   if your page use MSAJAX, it will be a AJAX postback , otherwise it will be a FORM postback.   you can use javascript to catch the PostBack event http://ajaxuploader.com/document/scr/JavaScript-API.htm   2 - Uploader ...
    Posted to Ajax Uploader (Forum) by cutechat on July 9, 2009
  • Re: Class attribute is removed after postback

    Hi there,   Yes it works fine now thanks. For some reason, the editor ''expand'' image icon at the bottom right has disappeared and lots of text items now are wrapped in [[  ... ]]. In any case it's better than it was.   Thanks again for your help.   Kev
    Posted to Cute Editor for .NET (Forum) by chalked on November 19, 2009
  • Re: Editor1.Text is not current when postback is called!

    Adam: It's strange.   Is your site online so you can provide a URL?   Do you have the same problem here?   http://cutesoft.net/example/general.aspx       if i have:   _myInstanceVar = Editor1.Text   on server side after a button click event, shouldn't this give me the most current content?
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 8, 2006
« First ... < Previous 12 13 14 15 16 Next > ... Last »