> Ah super. Hab noch gar nicht gesehen, dass es auch Tabele als WebControl > gibt. >
das geht sogar bis auf Tabellenzellen-Ebene ;-) kurze Ubersicht: <table> -> Table -> <ASP:Table....> <tr> -> TableRow -> <ASP:TableRow....> <td> -> TableCell -> <ASP:TableCell....> dabei befindet sich die TableRow in der RowCollection der Table und die TableCell in der CellCollection der TableRow. Eine feine Sache also ;-) Gruss Alex Kommt zur .NET Community Conference in Karlsruhe http://www.dotnetgerman.com/ncc/abstract.aspx?ID=4 _______________________________________________ Asp.net mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/asp.net
