Search

You searched for the word(s):
Showing page 1 of 2 (11 total posts) < 1 second(s)
  • Re: Beyond MaxTextLength ... Real Time Text Characters Remaining Displayed ... Possible?

    After looking at the JavaScript_API page Adam refers to above, the following code displays the number of HTML characters remaining into a textbox in the 6.02.2900 version of IE. The 7.2 version of Netscape and the 1.0.6 version of FireFox display an error dialog stating:&nbsp;&nbsp;&nbsp; TypeError: editdoc.attachEvent is not a function.If you ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 26, 2005
  • Re: Validation To Prevent SQL Injection Attack

    I've just discovered the EnableStripScriptTags method. This method's brief description on the Cute Editor's documentation page&nbsp;states ... ''Specifies whether to remove inject script before write the string into the db. ''&nbsp; &nbsp; Sounds like just what I'm looking for. I'll check it out.
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 26, 2005
  • Beyond MaxTextLength ... Real Time Text Characters Remaining Displayed ... Possible?

    I enjoyed the result of using MaxTextLength within the control. &nbsp;I'd like to look into displaying to a user, in real-time, how many text characters he has remaining before going over the MaxTextLength limit. Perhaps using a Editor1_TextChanged sub with code that displays in a label either characters typed or remaining. Any VB/JavaScript code ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 26, 2005
  • Validation To Prevent SQL Injection Attack

    Now that I've figured out how to get the HTML typed into the editor into a SQL database field, I'm wondering about validating the user's input into the control. I want to avoid SQL injection attacks and&nbsp;potentially troublesome&nbsp;code being sent to someone's browser. &nbsp; Does ver 5.0 of the Editor include a built-in method for ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 26, 2005
  • Is this scenario possible ...

    Adam, my hope is to incorporate Cute Editor for .NET to make the following plan possible: &nbsp; Using Visual Studio 2005, ASP.NET 2.0 (beta 2), SQL Server 2000, I am creating a website where paying customers can input information about their business. This data will be stored in a few tables with a SQL server database. &nbsp; 1) I want to ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 24, 2005
  • Re: Click Save Button Event

    Yahoo .... it appears I have edited the code correctly to get it working using VB2005 (Beta 2). &nbsp; I am no longer using the codebehind file. The code is consolidated into one aspx file. The working code is as follows: &nbsp; &lt;%@ Page Language=''VB'' %&gt; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 23, 2005
  • Re: Click Save Button Event

    Made some changes ... getting closer ... changes to Label1.Text are still a problem ... &nbsp; Based on some input form&nbsp;a Google search and my VS2005 Error List, I made the following changes to the capture_save_button_click.aspx file: &nbsp; OLD CODE: &lt;%@ Page Language=''vb'' AutoEventWireup=''false'' ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 23, 2005
  • Re: Click Save Button Event

    Yesterday, after posting the above,&nbsp;I removed my version 4.5 copy of the software and installed the 5.0 version. &nbsp; I opened the Capture Save codebehind file and tried to change the button text and&nbsp;the Label1 text but could not affect the changes. I made sure&nbsp;when I made my changes via VS2005 that both my local copy of the ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 23, 2005
  • Re: Click Save Button Event

    I pasted the missing _sharedie.htm file as well as the missing _shared.htm file into my local copy of the website and ran the build again. This time I ended up with 20+ errors and 15 warnings.&nbsp;I&nbsp;then removed the local copies of _sharedie.htm and _shared.htm and my build error messages returned to 4.
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 22, 2005
  • Re: Click Save Button Event

    Using VS2005, within the BUILD drop-down menu, I clicked on Build Website. After about 20 seconds the Error List appeared describing 4 errors. Each of the errors mentioned the the _sharedie.htm file. Apparantly this file did not become a part of&nbsp;my local copy of the website (The website is located on a remote webserver - a virtual domain ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 22, 2005
1 2 Next >