When trying to set value for asp:textbox control with textmode password, using textboxname.Text, still loads blank textbox control.
To get the server control of password type with value use the following code instead
textboxname.Attributes("value") = "password"