Hi all,
Here Some more Web Serve Controls.
Literal - Just like the Label control, lets you display text on web pages, only does not allow you to apply styles.
Panel - This is a container control, you can group other controls within this control and then use them together.
Place Holder - There may be some controls that you want to appear dynamically i.e. after a certain event takes place, and you want them to appear at a particular place on your page, it is at that time that place holder control is really useful, you can reserve a place for such kind of controls on your page and then when that event occurs the control will appear on the position where the place holder control has been placed.
Radio Button - Displays a Radio Button on the page, you can use radio buttons to help the user make a choice from a list of choices.
Radio Button List - The radio button list is much ore useful if you have got a lot of choices and you want the user to make only one choice, it binds radio buttons together and allows the user to make only one choice.
Any Suggestions/Comments/Corrections welcome
Some information from
www.411asp.net &
www.aspalliance.com