Hi all,
This is a wrap up of the rest of the web server controls.
Repeater - It displays the items from a source defined by you in a certain template way, It does not have a predefined way/template for displaying data by itself, you have to define one yourself before using it.
Table - Use this to create a table, used along with the next two controls to make a proper table. You can insert HTML elements like 'text' and/ or controls into a table.
Table Cell - Creates in a cell in a table created with the
Table Control.
Table Row - Inserts a row in a table that has been created with the use of
Table Control.
Text Box - Inserts a text box, you can define it to be multi-line text box or single line by changing its 'TextMode' property.
Xml - Reads from an XML file and then puts the output from the resultant code onto the web page at the specified position.
Any suggestions/corrections/additions welcome
Some information from
http://www.411asp.net