well, you could:
- make sure viewstate is enabled on the textbox (although, since I havn't used one with passwords yet, I'm not sure if clearing the textbox is the default behaviour)
- store the value in a session variable and fill it in when the pages posts back
- store the value in viewstate and fill it in when the page posts back.
Some options anyway
D'Arcy