HOW-TO: retain TextBox text....

  • Thread starter Dhruba Bandopadhyay
  • Start date
D

Dhruba Bandopadhyay

I am using a <asp:TextBox TextMode="Password"... etc.
however it doesn't retain it's text through postbacks, whereas other
textboxes do.

Does anyone know how to retain the text?
 
D

Dhruba Bandopadhyay

tbPass.Attributes("value") = tbPass.Text

Strange how this works eh.
 
N

neilmcguigan

make sure you use SSL on pages that transmit the password, either from
client to server, or back

cheers

neil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top