Monday, March 26, 2012

Text in listboxs disappear...

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
trintsmith@dotnet.itags.org.hotmail.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!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
trintsmith@.hotmail.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

0 comments:

Post a Comment