Search

You searched for the word(s): .net 4.0
Showing page 209 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: How to use page properties

    Go to this page:   http://cutesoft.net/example/Edithtml.aspx   Click the page properties button, and modify the top margin:   Then go to HTML view, you should get some code like the following:   <body bgcolor=''#2f507d'' topmargin=''25''>   Then click the submit button, check the souce code of this HTML ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2006
  • Re: table background image path

    If you choose the table background image to http://CuteSoft.net/uploads/Cindy_Crawford.jpg using the style buider, you will get   <table style=''BACKGROUND-IMAGE: url(http://CuteSoft.net/uploads/Cindy_Crawford.jpg)'' cellSpacing=4 cellPadding=4 bgColor=#ffffff border=0> If you choose the table background image to ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2006
  • The AllowPartiallyTrustedCallersAttribute class

      Hello,   I received this email from my hosting provider and I was wondering if it would effect the CuteEditor for .NET?    Thanks,  Lee Harris     Dear Valued Customer, Thank you for using Brinkster as your hosting provider. Following Microsoft’s recommended best practices, a recent security ...
    Posted to Cute Editor for .NET (Forum) by lharris on November 21, 2006
  • Re: How do I stop CuteEditor from scrolling the page to the top on each postback?

    Can I get some support on this issue please, or at least an explanation of what I was meant to be looking for in your last post?   I can see that if you just put nothing but a textbox on the page, like you suggested, there is not enough on the page for IE7 to trigger the code to scroll down.    I've changed the two examples so ...
    Posted to Cute Editor for .NET (Forum) by ChrisD on November 17, 2006
  • Out of Memory Exception

    Any ideas why I might be receiving this error all of a sudden?  I think it might be the server, but am not sure.  This is happening when the page tries to load with the editor in it.   Exception of type System.OutOfMemoryException was thrown. Description: An unhandled exception occurred during the execution of the current web ...
    Posted to Cute Editor for .NET (Forum) by Kara on October 25, 2006
  • Web.Config

    HiI am using the integration download package to use with my asp.net 2 vb.net website.I am currently trying to update the global.asax file as the examples do not replate to a standalone website.I notice there is no web.config in the integration package so this function will have problems?:#Region '' IHttpApplicationConnectionStringProvider Members ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cdgregory on October 18, 2006
  • Quesion about License Issue

     Hi  I have a license for cute editor for ASP.NET but I like to use the cute editor for ASP Site but the domain name which we purchased the license is same. Is it possible to use the ASP.NET License for ASP Site?  And there is no link for download the ASP Editor in the Site, how can I download it?  I have another question ...
    Posted to Purchase / License FAQ (Forum) by bvkdurgarao on October 18, 2006
  • Almost there

       I have almost implemented cute messenger in my asp.net 2 website.   However I need some examples of the global.asax file for use on a standard asp.net website as the examples only show DNN and ibuyspy.   My error is:    Compiler Error Message: BC30002: Type 'UsersDB' is not defined.Source Error: ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cdgregory on October 17, 2006
  • Re: Media Playback in Gecko-based browsers

    Sorry, I've been out of the coding loop with teacher support and classroom responsibilities for the last week...have only had the last hour to climb back into it.Again, this isn't flash...it's WMV. As mentioned elsewhere, CuteEditor through FireFox thinks it's flash when uploaded or inserted, but CuteEditor though IE knows it's a video....though ...
    Posted to Cute Editor for .NET (Forum) by jjonesdtrt on October 10, 2006
  • need help

      if(Editor2.ToolControls[''insertcustombutonhere'']!=null) {  Control container=Editor2.ToolControls[''insertcustombutonhere''].Control;  CuteEditor.RichDropDownList dropdown=new CuteEditor.RichDropDownList(Editor2);     dropdown.Attributes[''onchange'']=''CuteEditor_DropDownCommand(this,'pasteHTML')''; ...
    Posted to Cute Editor for .NET (Forum) by rcm on September 27, 2006