Hey all,
Just continuing where I left off from about web server controls. J
Image Button - Very similar to the button control, however in place of a clickable button, there is a image. When the image is clicked with the mouse it executes a certain function which is defined in the 'onClick' property of the image control.
Link Button - Use this to create buttons that open a new link, it has the functionality of the button control but the looks of a hyperlink control.
Label - This control is used to specify some text that will be displayed on the web page, it is normally used for displaying dynamic text on the web page, i.e. show some text after a certain event has taken place.
List Box - Creates a list box that shows the user many choices or options, you can change the property of this box to make it a single or multiple selection box.
Any comments/suggestions/corrections are welcome
You can find more details about web sever controls at
www.411asp.net &
www.w3schools.com