Description
Description
Basic Controls | Control Name | Description |
|---|---|
| Text Box | Used to give the input and to display the text |
| Label | Used to display the Text |
| Button | Used to perform some action |
| CheckBox | Used to select multiple items from the list |
| Radio Button | Used to select one item from the list |
| DropDownList | Used to select items from the list |
| ListBox | Used to display the list of items at a time |
| Image | Used to display an image |
| Image Button | Used to display an image and also to perform an action |
| Link Button | Used to redirect from one page another page |
| Panel | Used to hold list of controls |
| CheckBox List | Used to give multiple items in one control |
| RadioButton List | Used to give multiple items in one control |
| GridView | Used to display the backend database in the front view |
Points