Search

You searched for the word(s): .net 4.0
Showing page 227 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: dash comes out as a vertical bar

    hamid_gsts,   Can you check the following example?   http://cutesoft.net/example/general.aspx   >>I published the site the dash came out as a bold vertical line like this (|).   Can you check the html code and find out how the bold vertical line is rendered?          
    Posted to Cute Editor for .NET (Forum) by Adam on March 13, 2008
  • Re: Posted new version too fast?

    Hollywood,   Just hover the mouse over the CuteEditor.Dll control and you will see a tooltip like the following:        We just change the control description in the new version.   By doing this, the developers don't need to recompile their .net projects.   Hope it helps.    
    Posted to Cute Editor for .NET (Forum) by Adam on July 11, 2005
  • Re: asp.net 2.0 medium trust compatibility

      Thanks, Adam. I greatly appreciate it.   EDIT:   Adam, just an FYI, the most recent build (2005-11-24) still has the problem. I'm not sure what the changes were on that build so I thought I'd just let you know.   Thanks again.
    Posted to Cute Editor for .NET (Forum) by ScottWillsey on November 25, 2005
  • Re: Demos on chatsample.cutesoft.net not working?

    Have you had any time to look at this yet? I am still experiencing the above problems.   I am truly interested in purchasing Cute Chat / Cute Web Messenger, but I need to know that the product will be stable and work ok. I'm far from convinced so far.. :-|   /Magnus
    Posted to Cute Chat and Cute Web Messenger (Forum) by magnuspersson on June 28, 2006
  • Re: Email Feedback

    Adam:Scott,   Are you sure you type the SMTP server correctly?   <add key=''SmtpServer'' value=''smtpout.secureserver.net'' />   >>Are you using CDONTS or CDSYS for the email function? No.   Dear Mr Adam I am also same issue ? maybe port 25 should to set ? my smtp use well at outlook express ...
    Posted to Cute Live Support (Forum) by minhhai_cd on March 30, 2009
  • Re: bug: border on tables

    I finally managed to reproduce the bug in a minimal example. The bug only occurs if I use a LinkButton to grab the content. Here is my ASP.NET code: <asp:LinkButton ID=''Button1'' runat=''server'' OnClick=''Button1_Click'' Text=''LinkButton'' />         <asp:Literal ID=''Literal1'' ...
    Posted to Cute Editor for .NET (Forum) by eldorsen on May 3, 2007
  • Re: How to stop the auto focus inside the editor?

    Adam   This is FYI not a major issue for me (unlike the IE 5.5 SP2 thing)   The Editor.Focus feature doesnt work like I expected it to.  It does stop the auto page scrolling, great!! However when set to true, not only does it not focus inside the editor (what focus means to me - shouldnt we be able to type without clicking ...
    Posted to Cute Editor for ASP (Forum) by mat41 on September 27, 2005
  • Re: client side error with all my editors including examples

    Adam I have downloaded your version 4.2 you said the IE 5.5 SP2 thing was fixed, it is not.  There is no difference, the problem remains:   client side error: Line 2Char 73466Error 'undefined' is null or not an object I am getting this error when I click on the Normal, HTML and preview buttons on the ...
    Posted to Cute Editor for ASP (Forum) by mat41 on September 26, 2005
  • Re: Different FilePath

    Hi Adam   My code is   <%@ Page Language=''VB'' ValidateRequest=''False'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>    <head>  <title>ASP and ASP.NET WYSIWYG Editor - Edit Static Html Example </title>  <link ...
    Posted to Cute Editor for .NET (Forum) by joenineo on July 22, 2005
  • Re: Customize Images, Links, Code Snippet Dropdowns

    OK.   You need to use the itemdatabound method for the datagrid. The ItemDataBound of the DataGrid occurs when data is bound to a item in a DataGrid control. This note explains how to use CuteEditor for .NET in the template control of a datagrid.       <asp:Datagrid ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 9, 2004