Search

You searched for the word(s): form
Showing page 25 of 300 (2,996 total posts) < 1 second(s)
  • Re: Save button not working.

    Please try the following code:   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' -->    <html>           <head>           ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 7, 2009
  • Re: Is this scenario possible ...

    John, 1) I want to give my paying customers (business owners) the chance to create and upload customized information about their business and to upload a business logo image. To handle this, instead of incorporating a textarea or textbox as part of my web form, after gathering basic business info using textboxes, I create a seperate web form page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2005
  • Re: enabling for more than one text area on same form

    If you are looking for one instance of editor and multiple textarea, the answer is no.   If yu are looking for multiple editors in the same page, the answer is Yes.   Demo:   http://cutesoft.net/asp/Multiple.asp
    Posted to Cute Editor for ASP (Forum) by Adam on December 8, 2008
  • Using CuteEditor as a Simple TextBox Form Field

    I'm new to CuteEditor, but I like it's flexibility so far.  I am creating an email section to our website for feedback and I am using CE as the text area for the user's message.  I would like to also make the 'To' field as a CE, but I'm having problems figuring out how to dumb it down.  I have already removed all the ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 27, 2006
  • Re: Need a form to specify "SaveFiles" directory

    HI mhpeters,   1.    Please try set property “TempDirectory” for the uploader control. Create an folder under the root of your site and give the write/read permission to your site of this folder. Then change the location below to the path of this folder.  ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 10, 2012
  • Re: How can this be used in a PHP form?

    Hi peterbe, Please refer to http://phpfileuploader.com/Deployment.html. It shows you how to deploy and use the php uploader in your form. Step 3 shows you how to get the upload file name, you can write your database code there to save the name into database. Regards, Ken 
    Posted to PHP File Uploader (Forum) by Kenneth on July 13, 2012
  • Re: Login Form return OK, but lgoin failed!

    Hi while you use System.Web.Security.FormsAuthentication.SetAuthCookie(username, false, HttpRuntime.AppDomainAppVirtualPath); to save the authentication, In the GetLogonIdentity, you can write this thing :   public override AppChatIdentity GetLogonIdentity() { if(!HttpContext.Current.User.Identity.IsAuthenticated)     ...
    Posted to Cute Live Support (Forum) by cutechat on September 3, 2009
  • Re: Cute Editor 6;0 Form field probs

    OK I have isolated this one ... If I have this line in the code: editor.XHTMLOutput = ''true''    then cute mangles the form.  I am not even sure why I have it there .. probably found it on the forum for something. I will remove it and carry on. But I think it's a CE problem.   ..Rick..
    Posted to Cute Editor for ASP (Forum) by rwhawkes on May 25, 2007
  • Re: ASP.Net UpdatePanel not Updating, Partial Postback fires

    Phew, I got it!!! Basically I rebuilt the entire form, step by tedious little step. While I don't know exactly what was stopping it from working, i suspect it may have been caused by the following attributes set on buttons in other parts of the form:PostbackUrl = ".."Adding that back in to my working form causes the updatePanel to ...
    Posted to Ajax Uploader (Forum) by Gregorius on April 3, 2013
  • Re: Uploader in multiple places on one page

    Ken. I want to switch between the forms through javascript not through the  codebehind and I don't want the page refresh too. I tried moving the form to div tags with innerHTML depending on the  button clicks through javascript and it works great on firefox and chrome except  internet explorer. when the page loads I am ...
    Posted to Ajax Uploader (Forum) by gabriels on October 10, 2010
« First ... < Previous 23 24 25 26 27 Next > ... Last »