FineUI 官方论坛

标题: 为什么 我的FineUI.DropDownList.Text =“aaa”;不起使用? [打印本页]

作者: bluer    时间: 2013-9-17 14:27
标题: 为什么 我的FineUI.DropDownList.Text =“aaa”;不起使用?
为什么 我的  DropDownList.Text =“aa”;不起使用?
EnableEdit="True" ForceSelection="false" 这个也设定了。


代码:
<xropDownList ID="ddlBox" runat="server" Label="Label" EnableEdit="True" ForceSelection="false" AutoPostBack="True">
                <xistItem Text="34" Value="34" Selected="true" />
            </xropDownList>

通过一个button 后台:
ddlBox.Text =“aa”;  不起使用

作者: Tiger    时间: 2013-9-17 14:34
这个好像不太合理吧,大的控件应该用Label,如果想给子项赋值,应该找到Item再赋值
作者: bluer    时间: 2013-9-17 15:05
dropDownList .text 是有这个属性的。并且帮助文件里也有,不过DEMO里没有这个示例。
作者: bluer    时间: 2013-9-21 18:50
石头在不?
作者: Tiger    时间: 2013-9-21 20:53
Label可以用 ,表示前面的引导词,其它Text,要靠里面的ListItem
很多控件都是一层层的继承下来的,也许父类里包括这个Text,但是在这里实际上应该没什么用处,不要挑战这些吧 能用起来就是王道
作者: 丨Sky丨夜吻    时间: 2013-10-16 17:59
用dropDownList .selectItem.Text  或  dropDownList .selectText




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