[CLOSED] [#480] how to compatible with obout control?

  1. #1

    [CLOSED] [#480] how to compatible with obout control?

    hello, Daniil
    i palce a obout Captcha control, but in the page , i use other ext.net control, they are not compatible .
    code ,below:
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm34.aspx.cs" Inherits="extdemo.test.WebForm34" %>
    
    <%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.Captcha" TagPrefix="obout" %>
    
    <!DOCTYPE html>
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
            <ext:ResourceManager runat="server"></ext:ResourceManager>
            <asp:ScriptManager runat="server"></asp:ScriptManager>
            <obout:CaptchaImage ID="CaptchaImage1" runat="server" />
            <a href="javascript: $find('<%= CaptchaImage1.ClientID %>').getNewImage();">看不清?</a><br />
            <%--<br />--%>
        </form>
    </body>
    </html>
    Last edited by Daniil; Sep 29, 2014 at 2:53 PM. Reason: [CLOSED]
  2. #2
    errors:
    Click image for larger version. 

Name:	QQ截图20140505223556.png 
Views:	34 
Size:	77.8 KB 
ID:	10411
    Click image for larger version. 

Name:	QQ截图20140505223620.png 
Views:	24 
Size:	80.1 KB 
ID:	10421
  3. #3
    My guess would be one of the Obout or ASP.NET JavaScript files are not loading properly. Can you confirm all the .js files have been loaded into the Page?
    Geoffrey McGill
    Founder
  4. #4
    if i remove <ext:resourcemanager/> , obout works well . is it the reason
    <ext:ResourceManager runat="server"></ext:ResourceManager>
    and
    <asp:ScriptManager runat="server"></asp:ScriptManager>
    create the javascripts which are uncompatible?
    Last edited by Daniil; May 06, 2014 at 5:13 AM. Reason: Please use [CODE] tags
  5. #5
    Hi @hdsoso,

    I think it needs to enable ViewState:
    <ext:ResourceManager runat="server" DisableViewState="false" />
    We should investigate how to overcome that problem.
    https://github.com/extnet/Ext.NET/issues/480
    Last edited by Daniil; May 06, 2014 at 5:39 AM.
  6. #6
    It has been fixed in v2.5.2.

Similar Threads

  1. [CLOSED] IE8 is fully compatible with version 2.2 of Ext Net?
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 04, 2013, 2:48 PM
  2. Ie8 not compatible?
    By richard in forum 2.x Help
    Replies: 2
    Last Post: Apr 11, 2013, 12:19 AM
  3. Ux Toolkit compatible with Ext.Net v1.0
    By Maia in forum 1.x Help
    Replies: 1
    Last Post: Aug 17, 2010, 1:57 PM
  4. Is MS Ajax Library compatible with Coolite?
    By aespinoza in forum 1.x Help
    Replies: 2
    Last Post: Jan 17, 2010, 4:29 AM
  5. [CLOSED] Not compatible with Windows 2000 and IE6
    By jchau in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Dec 02, 2008, 1:12 PM

Posting Permissions