FineUI 官方论坛
标题:
dropDownList 有Bug会导致点Button会产生错误!
[打印本页]
作者:
yxsyjin
时间:
2012-10-13 15:52
标题:
dropDownList 有Bug会导致点Button会产生错误!
费了十个小时才找出来,我还以为项目布局全泡汤了,复制下面代码就可以测试出来!
<%@ 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">
<ext
ageManager 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="SimpleForm1" BodyPadding="5px" LabelAlign="Right" Title="表单" runat="server">
<Items>
<ext
anel ID="
anel1" runat="server" BodyPadding="5px" EnableBackgroundColor="true" ShowBorder="true"
ShowHeader="true" Title="
anel">
<items>
<ext
ropDownList ID="DropDownList1" runat="server" Label="Label">
</ext
ropDownList>
</items>
</ext
anel>
</Items>
</ext:SimpleForm>
</form>
</body>
</html>
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4