Re: MaxTextLength bug!

  •  04-05-2012, 1:38 PM

    Re: MaxTextLength bug!

    Try this below
    1. Thi  

     
     This is my code
    1. <%@ Page Language="C#" %>  
    2. <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>  
    3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    4. <html xmlns="http://www.w3.org/1999/xhtml">  
    5. <head id="Head1" runat="server">  
    6.     <title>example</title>  
    7. </head>  
    8. <body>  
    9.     <form id="form1" runat="server">  
    10.         <CE:Editor ID="editor1" runat="server" MaxTextLength="4">  
    11.         </CE:Editor>  
    12.         <input type="submit" value="submit Button  
    13.   
    14. </body>  
    15. </html> 
     
     
     
View Complete Thread