本人菜鸟
<tr>
   <td valign="top" style="WIDTH: 81px">Metting Room:</td>
   <td valign="top" style="WIDTH: 532px">
   <asp:DropDownList ID="roomlist" Runat="server" Width="160px" AutoPostBack="True"/>
   <ASP:LISTITEM Value="1">The Happy Room</ASP:LISTITEM>
   <ASP:LISTITEM Value="2">The Good Room</ASP:LISTITEM>
   <ASP:LISTITEM Value="3">The Anger Room</ASP:LISTITEM>
   <ASP:LISTITEM Value="4">The Bad Room</ASP:LISTITEM>
   </td>
</tr>把鼠标移到LISTITEM提示:“活动架构不支持ListItem”
DropDownList不能正常显示
相关配置:vs.net2003 framework1.1 asp.net1.1