In this video tutorials i walked through the functions of the server and html controls on the toolbox. This is just a brief introduction to these controls, in the future videos i’ll be doing indept coverage of each of the server controls.

- Label – Its used to display text
- Textbox – used to receive input from users
- Button – button is used to send message to server for processing
- LinkButton – another form of button which looks like anchor text
- Image button – this will allow you to use your own image as button, which is a cool feature, instead of using the default button
- Hyperlink – Anchor text as you know
- Dropdownlist – enable you to choose from different options
- Listbox – you choose from different options but you can select multiple choices
- Checkbox – you can select multiple options from a given list by ticking what you want
- Checkboxlist – you can bind this to a database
- Radiobutton – just like a checkbox but you can only choose one option
- Radiobuttonlist – can be bound to a database or xml file
- Image – you can add image to your website using this control
- Imagemap – allow you to have an image with different responses when you click on different area of the image, for example if you have an image map for a human skeleton, when you click on the head area you get different response from when you click on the arms.
- Table – a table as you know it (not with four legs though
) - Calendar – you can add calendar
- AdRotator – can be used to display advertisement on your website.
- File upload – can be used to upload files to the database, or save file onto your computer.
- Multiview – have multiple views on one page.
- Panel – is a container that can be used to hold other controls.
- and so on.
Watch the video and leave comments.
Sorry..I meant this video gets stuck at about 4 minutes.