c# - Password filled blank after postback -


when set textmode = password value of textbox lost after postback since know textbox class implement interface ipostbcakdatahandler retains value either disable textbox viewstate false.

so want know reason why happening.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -