asp 下拉列表框的问题
我有一个原文件,报志愿用的,其中第一志愿可报三个学校,第一个代码如下<tablewidth="100%"align="center"><tr><tdwidth="100%...
我有一个原文件,报志愿用的,其中第一志愿可报三个学校,第一个代码如下
<table width="100%" align="center">
<tr>
<td width="100%" height="5"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td class="tm" width="100%"><span class="tt">第一批志愿</span></td>
</tr>
<tr>
<td class="bm" width="100%"></td>
</tr>
<%if(Convert.ToInt16(soInfo.XX1)!=0){%>
<tr>
<td class="second-title" align="center" width="100%"><span class="content">普
通 高 中</span></td>
</tr>
<%}%>
</table>
<%if(Convert.ToInt16(soInfo.XX1)>0){%>
<table width="100%" align="center">
<tr>
<td class="summary-title" width="20%"><span class="content">第一志愿学校</span></td>
<td class="summary-title" width="20%"><asp:dropdownlist id="ddlxx11" runat="server" AutoPostBack="True" Width="100%"></asp:dropdownlist></td>
<td class="summary-title" width="15%"><span class="content">专业</span></td>
<td class="summary-title" width="15%"><asp:dropdownlist id="ddlzy11" runat="server" Width="100%" ></asp:dropdownlist></td>
<td class="summary-title" width="15%"><span class="content">是否择校</span></td>
<td class="summary-title"><asp:checkbox id="chkzx11" runat="server" Width="33px"></asp:checkbox></td>
</tr>
</table>
后两个同样,只是下拉列表框名称不同,
我又复制了6个放在后面,测试的时候,下拉列表框中没有内容,只是空白,
请问这是怎么回事,还需要修改什么地方? 展开
<table width="100%" align="center">
<tr>
<td width="100%" height="5"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td class="tm" width="100%"><span class="tt">第一批志愿</span></td>
</tr>
<tr>
<td class="bm" width="100%"></td>
</tr>
<%if(Convert.ToInt16(soInfo.XX1)!=0){%>
<tr>
<td class="second-title" align="center" width="100%"><span class="content">普
通 高 中</span></td>
</tr>
<%}%>
</table>
<%if(Convert.ToInt16(soInfo.XX1)>0){%>
<table width="100%" align="center">
<tr>
<td class="summary-title" width="20%"><span class="content">第一志愿学校</span></td>
<td class="summary-title" width="20%"><asp:dropdownlist id="ddlxx11" runat="server" AutoPostBack="True" Width="100%"></asp:dropdownlist></td>
<td class="summary-title" width="15%"><span class="content">专业</span></td>
<td class="summary-title" width="15%"><asp:dropdownlist id="ddlzy11" runat="server" Width="100%" ></asp:dropdownlist></td>
<td class="summary-title" width="15%"><span class="content">是否择校</span></td>
<td class="summary-title"><asp:checkbox id="chkzx11" runat="server" Width="33px"></asp:checkbox></td>
</tr>
</table>
后两个同样,只是下拉列表框名称不同,
我又复制了6个放在后面,测试的时候,下拉列表框中没有内容,只是空白,
请问这是怎么回事,还需要修改什么地方? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询