View Single Post
Old 08-24-2004, 09:10 PM   #13
ashish
TopHosts Senior Member
 
Join Date: Jul 2004
Posts: 108
ashish will become famous soon enough
Default Re: Basic Information about ASP.NET

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
__________________
Cheers,
Ashish
M6.Net - ASP Hosting, ASP.Net Hosting
ashish is offline   Reply With Quote