Introduction The Table web server control allows us to build an HTML TABLE and helps us organize data in tabular form. Tables can be created at design time or run time. To create a table we also need the TableRow and TableCell web controls. If you create a table at design time you often fill its content with static data but if you create it at runtime that you can fill it with dynamic content like binding it to a datasource. The class hierarchy for table control is as follows
How to manipulate Table programmatically in ASP.NET using VB.NET
Application State Mechanism in ASP.NET using VB.NET