Search

You searched for the word(s): aspx
Showing page 29 of 918 (9,180 total posts) < 1 second(s)
  • Re: Live support for registered users of my website

    Hi chanduu4u,   Try this way:   ----------------------------------------------------------------->     <% if (Context.User.Identity.IsAuthenticated)       { %>     <!--- add the live support chat button  -->     <script ...
    Posted to Cute Live Support (Forum) by Kenneth on May 15, 2009
  • Re: Breaking Links with Amper signs (&)

    CuteEditor for ASP 6.3 Class Library Editor.UseSimpleAmpersand Property W3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 30, 2009
  • Re: Okay, I just downloaded and installed the sample version - now what?

    Hi lianaent,   1.   I tried opening the solution but I get an error that it's written in .Net 1.1.   Cute Chat can works with .net 3.5, please reference the requirements here: http://cutesoft.net/ASP.NET+Chat/Requirements/default.aspx   2.How do I integrate this with my website?  I mean, I ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 20, 2009
  • Re: "&" gets converted into &amps; in front end

    Editor.UseSimpleAmpersand Property W3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 20, 2009
  • Re: Tag collapse

    >>3) Span over span over Span   Please upgrade to version 6.3.   Demo:   http://cutesoft.net/example/general.aspx   Download:     http://cutesoft.net/Downloads/default.aspx   >> A over A over A over A. If user use multiple time anchor a chain of A is implemented. Is possible to deny ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2009
  • Re: HTML format issues

    Andrew,   In Cute Editor, we parse the HTML code in the realtime and clean it automatically. The biggest time sinks in cleaning HTML code is converting tags and attributes to lower case, and adding quotes to attribute values. The cleaner the HTML code, the quicker that Cute Editor is able to clean it.   Try the following ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 9, 2009
  • Re: Save PDF and SpellChecker loading problem

    >>When I copy and paste contents which have picture in it and try to save it as PDF. It throws an exception to me saying that the pdf cannot be created. How to get rid of this problem?   Please check this demo:   http://cutesoft.net/example/createPDF.aspx   >>Can we configure the editor so it won't alloca user to ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 18, 2008
  • Re: EditorWysiwygModeCss doesn't set the default font on page load correctly?

    Eric, http://cutesoft.net/example/general.aspx   In the above example, the default font is Arial instead of Times New Roman.   In the forum HTML Editor, the default font is Verdana instead of Times New Roman.     Cute Editor uses default font of the current page. The default font of web page is Times new ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 9, 2008
  • Re: Multiple instances single page

    Just answered my own question through experimenting. The following relates to a GridView control so the code behind is a bit more complex than would be the typical case. The code behind that I used for a simple ASP.NET Table control is listed toward the bottom of this post below the GridView code behind example.     aspx markup (two ...
    Posted to Cute Editor for .NET (Forum) by GDB on May 10, 2008
  • Re: Any way to support more than one top level domain in a single instance of the client?

    Mike,   Please use the cross domain solution.   If the target web page is in another domain, you need to use the following cross-domain tags instead: Chat Button: <script src=''http://yourdomain.com/CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx''></script> Monitor: <script ...
    Posted to Cute Live Support (Forum) by Adam on March 20, 2008
« First ... < Previous 27 28 29 30 31 Next > ... Last »