Search

You searched for the word(s): form
Showing page 21 of 300 (2,996 total posts) < 1 second(s)
  • Re: Recovering from file transfer error

    Hi,   Please check this sample :   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on November 2, 2009
  • Re: max size

    racha3l ,   Please try the following two examples and get back to me.  First:   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Eric on October 15, 2009
  • Re: Is it possible to deny file type?

    Hi,   If you use this way , you must collect all kinds of the file types which can be executed on your server.   if you miss one , your server will be hacked.  <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on September 9, 2009
  • Re: Using AjaxUploader with a DetailsView (upload/insert at same time)

    Hi,   Please check this ...
    Posted to Ajax Uploader (Forum) by cutechat on August 20, 2009
  • Re: CancelAllButton, Style Progresspart

    Hi Andreas,     1.try this way: button {     border: 1px solid #0069ad;     background: url(images/back_button.gif) repeat-x;     color: #fff; font-weight: bold; padding: 3px 20px; }   2.Please elaborate on what you mean,thanks   3.you can set it with ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2008
  • Re: Editor height as a percentage

    renman,   Can you try the following code? <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>  <body>         <form runat=''server'' ID=''Form1''>    <CE:Editor ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2008
  • Re: Trailing Commas? One for each save

    Keith,   Simply if you ever get data back with commas at then, it is a sure sign that you have more than one form variable with the same name.     <form method='post'> <input name='ed' value='1'> <input name='ed' value='2'> </form>   will give back thru a request.form(''ed'') ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on May 13, 2007
  • Re: Problem with Minimal Configuration.asp file

    zain,   Which version of CuteEditor are you using?   If you are using the version 4.0, please check the following reference: Menu/Button Function Description Template Item Save saves the active content in the editor's content area Save  Print prints the current page. Print  Find and ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 4, 2006
  • A potentially dangerous Request.Form value . . .

    I get the following error when I try to submit my form.  I really don't want to set validateRequest=false.  Any ideas around this?   A potentially dangerous Request.Form value was detected from the client (txtComment=''this ia<BR>a test''). Description: Request Validation has detected a potentially dangerous client input ...
    Posted to Cute Editor for .NET (Forum) by jeffkararo on June 16, 2004
  • Re: Need help Object required: 'jfile'

    I tried the new version already.  I hope im not  missing ...
    Posted to ASP Uploader (Forum) by gnuzim on February 4, 2011
« First ... < Previous 19 20 21 22 23 Next > ... Last »