Search

You searched for the word(s): postback
Showing page 20 of 85 (848 total posts) < 1 second(s)
  • Re: Filename filter in FileDialog Popup

    Found it and here is what you can do....     //the postback from the first uploader  protected void Uploader_FileUploaded(object sender, UploaderEventArgs args) {    if (sender == this.upPrimary)       {       string filename = ...
    Posted to Ajax Uploader (Forum) by bching on November 5, 2009
  • Re: Editor steals focus and ensures visibility on a webpage with a large height, can this behaviour be overridden?

    I've downloaded the latest version from 11/27/2008 and this is issue is now better handled, thank you for the advice. It would be nice if the browser window didn't flicker i.e. On performing a postback the scroll bar goes to the top of the screen for an instant and is then finally reset back to the original position. While ...
    Posted to Cute Editor for .NET (Forum) by james_t on December 3, 2008
  • Re: Editor.Text not being updated?

    Yes I have the IsPostBack part down fine, and when I click on save to save the text of the editor to the database, it does get saved.   The problem is not setting the editor text to ''Hello world'' or a variable (e.g. strText = ''Hello World'').  The problem is saving the text property of the editor to the variable (e.g. strText = ...
    Posted to Cute Editor for .NET (Forum) by ralc001 on December 16, 2007
  • Re: ShowToolBar Property Visibility

    My code is something like this which executes on page's postback event with some link button which toggles the toolbar. First time when the toolbar is visible it makes it invisible fine...but when i again make it visible....the property is set to TRUE but the toolbar is not visible !!!! i tried in mozilla and IE too so not definiately a ...
    Posted to Cute Editor for .NET (Forum) by raj.kewlani on October 10, 2007
  • Re: Using ExecCommand with custom commands

    Colin,   ExecCommand doesn't support any custom button. All the support commands can be found in http://cutesoft.net/developer+guide/index.html.   For your questions, I suggest you create a custom button. When the user click this button, you can call you own javaScript then post back the form.   For ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2007
  • Re: Handling buttons

    Adam,   Thanks for the answers:   1. How do I change the ToFullPage and FromFullPage to postback = ''True'' in VB code? I realize I can edit the configuration files, but that's not an option.   You answered: ''Try create a server side custom button. ''   I don't want to create a custom button. I want to change the ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 21, 2006
  • Re: Infragistics Ultrawebgrid 2005v3 Not working with CE

    i am developing a email client for my application. i'm using a webgrid to show a list of emails. and i want to us ce to show the email body. if i place a webgrid and ce in aspx page i get a javascript error and page postback dosen't fire. but the webgrid and CE work fine. i think it has to do with javascript files that came with webgrid and CE. ...
    Posted to Cute Editor for .NET (Forum) by veiling3 on April 13, 2006
  • Re: Whole page seems to load in editor very briefly before my text loads from the database

    Hi, It seems to have something to do with template.aspx.   It also does it when the page posts back.   I do not wish to use the save button on the editor as I have a number of buttons on the page which postback and this seems to be the issue.  (I have a button for example called ''revert to live version'' to reload the ...
    Posted to Cute Editor for .NET (Forum) by richb78uk on March 15, 2006
  • Re: Download the latest build of CuteEditor 4.0.

    Lars, First the update date should be Nov 25, 2004.  Sorry for the mistake.  >>And the tutorial on adding dropdowns doesn't work. Please make sure you update the minimal.config as well: <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <contextmenu> <item name=''Editing'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: SaveFile

    Hi.. Sorry If I am bothering.   Didi this code for cuteedit every work for you.   If request.QueryString(''postback'') <> ''true'' then            'response.write ''NOT ...
    Posted to Cute Editor for ASP (Forum) by sarju786 on August 6, 2006
« First ... < Previous 18 19 20 21 22 Next > ... Last »