Search

You searched for the word(s):
Showing page 1696 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: error

    pr1smiley, &nbsp; I've never run into this problem. &nbsp; And I did the following search on google, but I didn't find anything. &nbsp; http://groups.google.com/groups?hl=en&amp;lr=&amp;q=MissingFieldException%3A+Field+not+found&amp;btnG=Search &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on October 27, 2004
  • Re: http://www.cutesoft.net/forums/ShowPost.aspx?PostID=2138

    bnmiros, &nbsp; No &nbsp;ActiveX components in the Cute Editor. &nbsp; CuteEditor for asp is 100% DHTML, JavaScript and ASP code.
    Posted to Cute Editor for ASP (Forum) by Adam on October 27, 2004
  • Re: error

    pr1smiley, &nbsp; Have you tried doing a complete rebuild of your project instead of an incremental build?
    Posted to Cute Editor for .NET (Forum) by Adam on October 27, 2004
  • Re: Choosing a Licence

    AndrewSQLDBA, &nbsp; Thanks for the nice comments. &nbsp; I think you should go with the Developer License. &nbsp; Developer License &nbsp; A developer license entitles a single developer to install and use the product on one machine.&nbsp; &nbsp; Developer licenses apply to software components, control or class libraries that are ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 27, 2004
  • Re: mailto cut and past error

    Bob, &nbsp; That's a bug in the version 3.0. We will fix that in the next release. Sorry for the inconvenience. &nbsp; &nbsp;
    Posted to Cute Editor for ASP (Forum) by Adam on October 26, 2004
  • Re: Newbie to ASP, need help on setting up Gallery

    Shirl, &nbsp; Make sure you follow the below step by step guide: &nbsp; Step 1. &nbsp; Fetch the DotNetGallery. zip file from Download tab. Unzip the file in&nbsp;the any folder. &nbsp; &nbsp;Step 2. &nbsp; Open your Internet Information Services Manager and create&nbsp;a new &nbsp;virtual directories and point it to the files ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on October 26, 2004
  • Re: Customizing Show.aspx

    cweisser, &nbsp; The following thread may help: &nbsp; http://cutesoft.net/forums/ShowPost.aspx?PostID=1542 &nbsp;
    Posted to ASP.Net Image Gallery (Forum) by Adam on October 26, 2004
  • Re: Updating info to existing pages

    To query the database: &nbsp; sql=''select TitleField,MessageField from test where id='' &amp; Cint(Request.Querystring(''id'')) set rs2=conn.execute(sql) if not rs2.eof then &nbsp;&nbsp;&nbsp; itleField = rs2(''TitleField'') &nbsp;&nbsp;&nbsp; MessageField = rs2(''MessageField'') &nbsp;&nbsp;&nbsp; rs2.close ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 22, 2004
  • Re: Updating info to existing pages

    bnmiros, &nbsp; You need to query the database using the ID and populate the editor with the result.
    Posted to Cute Editor for ASP (Forum) by Adam on October 22, 2004
  • Re: Updating info to existing pages

    Replace the following line: &nbsp; sql=''select TitleField,MessageField from test where id='' &amp; Request.Querystring(''id'') &nbsp; With &nbsp; sql=''select TitleField,MessageField from test where id='' &amp; Cint(Request.Querystring(''id''))
    Posted to Cute Editor for ASP (Forum) by Adam on October 22, 2004