The Table Web server control allows you to create server-programmable tables on ASP.NET pages. This tutorial will show you how to use Table Web server control in ASP.NET 2.0 and C#. Author: AspNet Tutorials Code: ASP.NET v2.0 & VB
The Table ASP.NET server control creates a general-purpose table on a Web Forms page. Rows in the table are created as TableRow ASP.NET server controls, and cells within each row are implemented as TableCell ASP.NET server controls... Author: unknown Code: ASP.NET Beta 1 & VB