我有一个下拉列表和一个文本框,其中 TextMode 是密码。每当下拉列表索引更改时,文本框的值就会消失。任何人都有解决此问题的解决方案?太感谢了。
更新
<asp:DropDownList ID="ddlstudentstatus" runat="server" AutoPostBack="True"
onselectedindexchanged="ddlStudentstatus_SelectedIndexChanged">
</asp:DropDownList>