FineUI 官方论坛

标题: 新手请假个问题,,如图 有时正常有时报错究竟咋回事 [打印本页]

作者: 之乎者也    时间: 2012-3-27 14:20
标题: 新手请假个问题,,如图 有时正常有时报错究竟咋回事
[attach]155[/attach]
[attach]154[/attach]
[attach]153[/attach]

作者: 幻之达    时间: 2012-3-27 14:32
检查下<body>前面的代码是否有问题

或者就COPY示例中的登录例子来测试下
作者: 之乎者也    时间: 2012-3-27 14:33
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="WebSite.login" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>登录页面</title>
</head>
<body>
    <form id="form1" runat="server">
    <extageManager ID="ageManager1" runat="server" />
    <ext:Window ID="Window1" runat="server" Title="登录表单" IsModal="false" EnableClose="false"
        WindowPosition="GoldenSection" Width="350px">
        <Items>
            <ext:SimpleForm ID="SimpleForm1" runat="server" ShowBorder="false" BodyPadding="10px"
                LabelWidth="60px" EnableBackgroundColor="true" ShowHeader="false">
                <Items>
                    <ext:TextBox ID="tbxUserName" Label="用户名" Required="true" runat="server">
                    </ext:TextBox>
                    <ext:TextBox ID="tbxPassword" Label="密码" TextMode="assword" Required="true" runat="server">
                    </ext:TextBox>
                    <ext:Button ID="btnLogin" Text="登录" Type="Submit" ValidateForms="SimpleForm1" ValidateTarget="Top"
                        runat="server" OnClick="btnLogin_Click" EnableAjax="true">
                    </ext:Button>
                </Items>
            </ext:SimpleForm>
        </Items>
    </ext:Window>

    </form>
</body>
</html>




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4