Textbox Value disapear when Dropdownlist index changed

DirtyPlaya

New Member
I have a dropdownlist and a textbox which has TextMode is Password. Whenever dropdownlist index changed the value of textbox disappear. Anyone have a solution to fix this? Tks so much.Update \[code\]<asp:DropDownList ID="ddlstudentstatus" runat="server" AutoPostBack="True" onselectedindexchanged="ddlStudentstatus_SelectedIndexChanged"> </asp:DropDownList>\[/code\]
 
Back
Top