Search

You searched for the word(s):  
Showing page 1417 of 4,987 (49,864 total posts) < 1 second(s)
  • License Clarification please...

    The licensing information contained within this link http://cutesoft.net/How+to+Buy/Licensing+Info/default.aspx explains the various types of license available and what their restrictions are. This is fine and really helpful, although when you go to purchase CuteEditor for ASP using this link ...
    Posted to Purchase / License FAQ (Forum) by encourage on October 12, 2004
  • Few Suggestions

    Loving the control so far, excellent work   Just a few things i would like to see, hope you don't mind Adding styles to the different elements of the control (different style for image name,size,description and actual image like adding a border) Controlling the page navigation alignment lik left,center,right; applying a style for that ...
    Posted to ASP.Net Image Gallery (Forum) by primortal on September 30, 2004
  • Problem with pop-up window

    When i try to use the button ''InsertTable'' a new window opens with the error: ''The name 'GetString' does not exist in the class or namespace 'ASP.insert_table_aspx'.''   I've got a dutch browser version. The Cute Editor works fine and I can Save HTML to the Database ( SQL ). The error appears in the new windows only.   All the ...
    Posted to Cute Editor for .NET (Forum) by MarcelJansens on September 30, 2004
  • newbie setup

    I have got the .NET version of cute editor and need to set this up but I haven't found the help files very useful, this could be because I am not that experienced using .NET.   Firstly all of my pages that need to be content managed are written in classic asp, is that going to need to change (rewrite)!?   Secondly if I can use the ...
    Posted to Cute Editor for .NET (Forum) by scotty_boy on September 2, 2004
  • Exception

    Why would I get this exception?  It never happens when debugging and on the live site it seems to happen about once every 10 mins.  Is there any way to catch it?     System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.NullReferenceException: Object reference not ...
    Posted to ASP.Net Image Gallery (Forum) by adakin on September 1, 2004
  • *Found an Error -- Please note.

    First of all-DotNetGallery is great. I think you have put together a product which I have been able to, pretty much, code around to do whatever I want...thanks.   I found an Exception that is not being caught and could pop up often. The Exception occurs when you are in the delete mode and you delete the only image on a page (say page 3 has ...
    Posted to ASP.Net Image Gallery (Forum) by Digitalmafia on August 30, 2004
  • Re: Spotting a save button postback

    Nevermind, I ended up creating my own copy of the button and used the __doPostBack javascript method to call my other save button's click method.   For anyone that wishes to do the same thing:   Dim Image1 As New System.Web.UI.WebControls.Image Image1.ID = ''SaveEditorContent'' Image1.ToolTip = ''Save'' Image1.ImageUrl = ...
    Posted to Cute Editor for .NET (Forum) by rossinho on August 27, 2004
  • Saving File and Reopen

    Hi Adam,   I sent you this email before, and told me that you'd keep me posted about this issue. My issue is I downloaded evaluation copy of CuteEditor version 3 to try out. I tried out most functionalities I need, and everything is working fine except that when I save and html file and immediately open the saved file in the same session, ...
    Posted to Purchase / License FAQ (Forum) by vikbol on August 12, 2004
  • Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    Rgain,   When you use ASP.NET, the default security context is the aspnet_wp account (or NetworkService account, for an application that runs on IIS 6.0) for both Aspnet_wp.exe (or W3wp.exe, for an application that runs on IIS 6.0) and the request to SQL Server.   By default, the aspnet_wp account (or NetworkService account, for an ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on July 31, 2004
  • Re: CuteEditor not Using Sylesheet's Font-Size

    Sorry about this (I don't know much about css)   My understanding of it now is, if I specify ''font-size: 2;'' in my Stylesheet, it is the same as if I wrote ''font-size: 2pt;''  So in fact I haven't set the default font size to be ''2'' I have set it to be ''2pt''.  In which case, when I highlight a block of text in the ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 30, 2004