Error!
Success!

How to set value to a textbox with textmode as password from code behi

0
kicks

How to set value to a textbox with textmode as password from code behi  (Unpublished)

If we have a textbox with text mode as password and if we want set value(Password) from code behind file(.cs file) then we should do like this for showing text as "*****" in the UI. TextBox1.Attributes.Add("value", "passwordfromDB");


Kicked By:
Drop Kicked By: