标题:这个错误如何解决?
取消只看楼主
disha
Rank: 1
等 级:新手上路
帖 子:175
专家分:0
注 册:2007-10-23
 问题点数:0 回复次数:0 
这个错误如何解决?

错误:“HtmlSelect”不能有类型为“LiteralControl”的子级。
<select id="DDLYear" onchange="toDate()" style="width: 71px" runat="server">

<script>for(i=1970;i<=2010;i++)document.write("<option>"+i+"</option>")</script>

</select>
&nbsp;年&nbsp;
<select id="DDLMonth" onchange="toDate()" style="width: 78px" runat="server">

<script>for(i=1;i<=12;i++)document.write("<option>"+i+"</option>")</script>

</select>
&nbsp;月&nbsp;
<select id="DDLDay" onchange="toDay()" style="width: 71px" runat="server">
</select>

搜索更多相关主题的帖子: style 
2007-10-29 14:36



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-181670-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.428705 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved