<%@ Page Language="vb" %> Input Control Example Input Control Example Single Line TextBox: text="Single Line TextBox" runat="server" /> Password TextBox: text="Password" textmode="Password" runat="server" /> Multiline TextBox: text="Multiline TextBox" textmode="Multiline" runat="server" />