我试图根据第1次(第2次和第3次选择)中的选择显示底部标签;我尝试过使用Visible,但我似乎无法取得进展。任何输入将不胜感激。
<tr>
<td align="left" style="font-size:medium; font-weight:normal;">
<asp:DropDownList ID="DropDownList12" runat="server">
<asp:ListItem>Enter Your Selection</asp:ListItem>
<asp:ListItem>Yes - Due Date in 3 Days</asp:ListItem>
<asp:ListItem>Yes - Due Date in 14 Days</asp:ListItem>
<asp:ListItem>No</asp:ListItem>
</asp:DropDownList>
</td>
<td>
</td>
</tr>
<tr>
<td align="left" style="font-size:medium; font-weight:normal;">
</td>
<td>
</td>
</tr>
<tr>
<td align="left" style="font-size:medium; font-weight:normal;">
<asp:Label ID="Label13" runat="server" style="font-weight: 700"
Text="Fast Track Reason"></asp:Label>
</td>
<td>
</td>
</tr>
答案 0 :(得分:0)
我会将底部标签放在更新面板中