FineUI 官方论坛

标题: ext:DropDownList封装成用户控件 [打印本页]

作者: Jyin    时间: 2012-8-17 06:18
标题: ext:DropDownList封装成用户控件
[attach]954[/attach]<%@ Control Language="C#" AutoEventWireup="true" CodeFile="DropDownList.ascx.cs" Inherits="UserControl_DropDownList" %>
<label for="DropDownList1" title="">卧槽</label>
<extropDownList ID="DropDownList1"  runat="server" Required="true" EnableSimulateTree="true" AutoPostBack="false" Label="封装用户控件"
                                    ShowRedStar="true"></extropDownList>
<div style="display:none;">
<asp:HiddenField ID="hidValue" runat="server" />
<asp:HiddenField ID="hidText" runat="server" />
</div>

问题:没有显示Label,和Required属性,而且<label for="DropDownList1" title="">卧槽</label>的内容为什么和dropdownlist换行了??请问是为什么呢?



作者: sanshi    时间: 2012-8-17 06:22
看这个帖子:http://bbs.extasp.net/forum.php?mod=viewthread&tid=882

对用户控件的支持最近才添加,会出现在v3.1.9中。
作者: Jyin    时间: 2012-8-20 09:13
sanshi 发表于 2012-8-17 06:22
看这个帖子:http://bbs.extasp.net/forum.php?mod=viewthread&tid=882

对用户控件的支持最近才添加,会出 ...

不过我还是解决我个人的问题。谢谢。在我的用户控件里面也放在simpleform里面就有label标签显示了




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