Sunday, December 03, 2006

ASP.NET 2.0 Password Textbox inside a wizard control

Just wanted to drop myself a note and publish this for everyone else.

If you have a text box control, set to password mode and place it within a Wizard control -- you may not end up with a value. It seems that the value will only survive one post back.

For security, I think, the folks at Microsoft decided that the password box should only live once....

No comments: