WorkerBeeJ
Programmer
I found a similar post from last year with no resolution. Hoping someone else has a solution this time. I have a textbox on a form to allow the user to set the value of a password, so I'm using the textmode="password" attribute. On that same form are controls which fire postbacks (dropdowns with autopostback set to true). These postbacks are blanking out that password field. That field still has it's value on PreRender, so it looks like this is happening at some point after the PreRender of the page. Does anyone know how to prevent that password field from losing it's value after these postbacks.
Thanks,
J
Thanks,
J