The TextBox is utilized for Web Server control which is essential to obtain input right from the user. The text box controls appears in the form of a box and helps the user to input text as that of username, password, etc.
<asp:textbox id="txtMedicineName" runat="server" Width="152px" CssClass="TextBox" MaxLength="95" ToolTip="Search"></asp:textbox>
|