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
we cant directly assign values to password text box. for assign values to text box password we should use textbox attributes
Textbox1.Attributes.Add("value",variable/"string");