FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 2321|回复: 0
打印 上一主题 下一主题

两个Panel 在一起时,点Button就会发生错误,以下代码可以复现

[复制链接]
跳转到指定楼层
楼主
发表于 2012-10-13 13:51:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="FA_Base_Default" %>
<!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">
    <div>
        <extageManager ID="ageManager1" runat="server" />
         <ext:Toolbar ID="Toolbar1" runat="server">
            <Items>
                <ext:Button ID="Button1" runat="server" Text="Button"">
                </ext:Button>
                <ext:Button ID="Button2" runat="server" Text="Button" ">
                </ext:Button>
                <ext:Button ID="Button3" runat="server" Text="Button" ">
                </ext:Button>
                <ext:Button ID="Button4" runat="server" Text="Button" >
                </ext:Button>
            </Items>
        </ext:Toolbar>
    <ext:SimpleForm ID="SimpleForm2" runat="server" BodyPadding="5px"  Title="折旧相关">
        <Items>
            <extanel ID="anel8" ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
                <Items>
                    <extabel ID="Label15" Width="80px" runat="server" CssClass="inline" ShowLabel="false" Text="&nbsp; 折旧方法:"> </extabel>
                    <extropDownList ID="dpZjff" Width="134px" runat="server" Label="Label" Required="true"></extropDownList>
                </Items>
            </extanel>  
            <extanel ID="anel6" ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
            <Items>
              <extabel ID="Label16" Width="80px" runat="server" CssClass="inline" ShowLabel="false" Text="&nbsp; 累计:"> </extabel>
              <ext:NumberBox ID="txtLjzj" runat="server" Label="Label"></ext:NumberBox>
            
              <extabel ID="Label17" Width="80px" runat="server" CssClass="inline" ShowLabel="false" Text="&nbsp; 净  值:"> </extabel>
              <ext:NumberBox ID="txtJz" runat="server" Label="Label"></ext:NumberBox>
              
              <extabel ID="Label18" Width="80px" runat="server" CssClass="inline" ShowLabel="false" Text="&nbsp; 残 值 :"> </extabel>
              <ext:NumberBox ID="txtCzl" runat="server" Label="Label"></ext:NumberBox>
            </Items>
            </extanel>  
        </Items>
     </ext:SimpleForm>
    </div>
    </form>
</body>
</html>

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-9-20 01:28 , Processed in 0.048217 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表