Text in listboxs disappear...

  • Thread starter Thread starter Trint Smith
  • Start date Start date
T

Trint Smith

The text in some of the controls, when I click on a different one,
disappears?? Like the password textbox and the File1 browse control...
Any help is appreciated.
Thanks,
Trint


.Net programmer
(e-mail address removed)
 
Trint

The password and input file values are not preserved across postbacks. Although it is not recommended because of security concerns, you could hold the values in a ViewState or Session variable and reset the values when the page is posted back
 
Can you please give me an example...I use vs.net and I'm a vb.net
programmer and not really good at straight asp.net.
Thanks,
Trint

.Net programmer
(e-mail address removed)
 
Back
Top