I have a few buttons on a web form, and when the user clicks them they will update the the textbox. This worked till I added the textmode = password. Now the textbox doesn\'t sh
Based off option one of Kola's answer you can try this:
TextBox.Attributes["value"] = "Whatever value goes here";