Search

You searched for the word(s): use <p>
Showing page 330 of 864 (8,631 total posts) < 1 second(s)
  • Re: Installation

    Hi Ken Thanks for that. As a matter of curiousity, why didn't you say you can get the html text and plain text like this?  protected void btnSend_Click(object sender, EventArgs e) { string htmlText = Editor1.Text; string plainText = Editor1.PlainText; }   Couple of formatting issues. If I create text in Outlook using Word ...
    Posted to Cute Editor for .NET (Forum) by FirstSignInNoGood on December 6, 2012
  • Re: Using IFrame

    I downloaded the recent version (http://cutesoft.net/downloads/15/default.aspx)  in order to evaluate if we can use this product for uploading files. Using visual studio I opened the web site under the project: Framework 2.0-Csharp-MicrosoftAjax. If you add the test page to this project and click hide twice (hide – show) you will see ...
    Posted to Ajax Uploader (Forum) by tirza on March 19, 2011
  • Re: Avoiding postbacks

    Hi,   For security reason,   Uploader must do that postback once to validate the uploaded file , via the uploader object in that page.   So it's not just for FileValidating event.   If you must doing something in Page_Load which is conflict with the uploader,   I suggest you move the code to Page's ...
    Posted to Ajax Uploader (Forum) by cutechat on August 23, 2010
  • Re: Issue floating in IE6

    I use the following code,  <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <div>     <div class=''leftfloat'' style=''float:left''>         ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 5, 2010
  • Re: LoadRTF can't work when retrieve RTF data from database.

    Hi,Kennth:       I agree with you.       but how can we explain this example as you mentioned above?       --------------------------       editor1.LoadRTF(''{\rtf1\........'');       ...
    Posted to Cute Editor for .NET (Forum) by hery2002 on September 10, 2009
  • Re: After uploading 300 files most of the files showing errors

    hi,   yes  after uploading the files in the url whatever is provided for some files its showing errors like http error1:12031:unknown i am using the option  donot use ajax   I am putting some screenshot after uploading in your example link and we are also facing the same errors in our applications   Yes i ...
    Posted to Ajax Uploader (Forum) by bs_arun on June 19, 2009
  • Re: Problem when uploading '*.swf' files

    I have added the item .swf in both ImageFilters and MediaFilters but it is still not working. I keep getting the same error message.   I did not find .flv in the config files and I can upload .flv files successfully.   It's quite strange also because when uploading .swf files, the return is The IMAGE format is wrong.   I ...
    Posted to Cute Editor for .NET (Forum) by Bass on December 17, 2008
  • Re: Connection to the Chat Server is lost - CS implementation

    Of course I don't know the internals of your code, but from playing around with it, it seems to me that it wouldn't be that hard to fix. After it says ''Connected!'' and before it says ''Connection to the server is lost'', if you manage to type in a message and send it during that window. It seems to retain the connection and work fine after ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by RickPost on October 10, 2008
  • Re: In .Net 1.1 Your Demo seems do not work during a PostBack

    i'm using IE 6.0 and FireFox 2.0, same behaviour on both browser.   It's this sample that i use.   - I choose 2 files.   - I wait after upload complete.   - After remove a file (postback) and the both file disapairs.   And also test the sample number 7 (7. Persist Uploaded File through Postback ...
    Posted to Ajax Uploader (Forum) by systalians on October 6, 2008
  • Re: Javascript error on Spellcheck button

    Hi Pete,   I can not reproduce this issue,here is my test code, it works fine. Can you use my code to do a test again? <asp:ScriptManager ID=''ScriptManager1'' runat=''server'' />             <asp:UpdatePanel ID=''myUpdatePanel'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 21, 2008