The TextMode property of ASP.Net TextBox control sets the rendering behavior of input type textbox on the web page. There are few predefined set of values that changes the behavior of textbox control. Each value renders the control using different type of HTML source code such as text, password or textarea.
