When I set the textmode = Password
the value of the textbox is lost after the postback since
as I know the textbox class implement the interface IpostbcakdataHandler
so that it retains the value either we disable the textbox viewstate false.
So I want to know the reason why it is happening.