B
Bhagya
I am doing client side validation in my page. The password field does
not retain its value.
Pls help
not retain its value.
Pls help
not retain its value.
Pls help
Hans Kesting said:By design (for security reasons) the value of the password textbox can not
be set from the server-side.
This includes postback situations.
Hans Kesting
By design (for security reasons) the value of the password textbox can not
be set from the server-side.
This includes postback situations.
But the problem is when it requires a postback it loses the value, that's
different, and I switch this text box mode to the regular mode before I do
that so that the client never notices it.
Just D.
But the problem is when it requires a postback it loses the value, that's
different, and I switch this text box mode to the regular mode before I do
that so that the client never notices it.