Author: Suprotim Agarwal | Posted on: 6/2/2008 5:52:07 AM | Views : 1691

In this article, we will see how to create a table dynamically in ASP.NET. We will accept the number of rows and columns in the table from the user. We will then use the Page_Load() event to create the table dynamically and to save the state of the table on each postback. ...

Go to the complete details ...