Search

You searched for the word(s):  
Showing page 7 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Global.asax

    Hi Terry,   My Complete code looks like this now: <%@ Application Codebehind=''Global.asax.vb'' Inherits=''SiennEngine.Global_asax'' Language=''vb'' %>   <%@ Import Namespace=''System'' %>   <%@ Import Namespace=''System.Collections'' %> ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by pbwbart on June 24, 2009
  • Re: get client path of image

    HI krm0503,   There are two example, please create a folder name ''Uploads'' under the root of your site to start test the examples.   1 will update the images every uploaded   <%@ Page Language=''C#'' %>      ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 17, 2010
  • Newbie questions and issues: Firefox compatibility, FileUploaded not being executed

    I have some questions and concerns regarding Ajax Uploader.  My company is interested in this product, but before I can endorse it, I require some answers to some key questions. I have setup a common scenario:  a page which has a masterpage, that requires an upload control.  The site uses forms authentication and is IIS7 ...
    Posted to Ajax Uploader (Forum) by nokturnal on October 26, 2010
  • Re: onchange event does not fire when font size is changed

    I have used the following code to test, when you set font style, CuteEditor_OnChange will be fired <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>JavaScript API</title>     <script ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 13, 2010
  • Re: Cute Editor for DotNetNuke 5.X Trial License Installation

    Attached is the web.config file... <configuration>  <!-- register local configuration handlers -->  <configSections>    <section name=''googlesitemaps'' type=''iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapSection, iFinity.DNN.GoogleSiteMapProvider'' />   ...
    Posted to Cute Editor for .NET (Forum) by prempos on June 6, 2010
  • Re: Get FilePath Uploader (ASAP..)

    HI hochiminh,   Try this example.   Create the page name ''humbnail.aspx''.   <%@ Page Language=''C#'' %>    <%@ Import Namespace=''CuteWebUI'' %> ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 21, 2010
  • Re: CleanUpMicrosoftWordHTML() automatically adds CDATA to my script tags

    Hi Ken, Unfortunately the demo strips the script tags from the input. What I did was basically: 1) Allow client scripts in the document2) Call CleanUpMicrosoftWordHTML()3) Display the editor's Text property after the clean up.  I can't seem to include an attachment, so i'll just put a modified default.aspx in a code block ...
    Posted to Cute Editor for .NET (Forum) by jonathanexact on July 30, 2010
  • Chat Problems

    Hello,   We plan to use CuteChat4 in our website, the chat is working, I log on to Chat and everything goes fine, but when i open a new Internet explorer window and I log on with another user and I click the messenger link, the chat thinks that I'm the same user, and the don't create a new messenger, just show the user that is online, I ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by marven on January 1, 2008
  • Re: width and height of an image

    The following is a full code,   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>   protected override void OnInit(EventArgs e)     ...
    Posted to Ajax Uploader (Forum) by Eric on May 7, 2010
  • Re: How to get file detail info like ImageWidth?

    Hi RaymondC,   Please refer to http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx, the following is its source code: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>   ...
    Posted to Ajax Uploader (Forum) by Eric on June 16, 2011
« First ... < Previous 5 6 7 8 9 Next > ... Last »