TextBox Control:
- Text box controls are typically used to accept input from the user. A text box control can accept one or more lines to text depending upon the setting of the TextMode attribute.
Asp Code:
<asp:TextBox ID="txtstate" runat="server" ></asp:TextBox>Property:
Other Control :
Label | TextBox | Button | HyperLink |
CheckBox | CheckBoxList | RadioButton | RadioButtonList |
Image | ImageButton | ImageMap | Calender |
DropDownList | ListBox | FileUpload |