Posted on: 1/16/2015 8:38:57 PM | Views : 477

Hi,
I'm working on an asp.net C# code in which I have 3 lists in three different types which are filled in synchronously. It is obvious that the number of list elements aren't known and is dynamic. I want to view this list just after the user has entered data as much as they want and then click finish. as it is an aspx file with cs codebehind, I want to have a dynamic table so the list can be previewed, no matter what number of entries there are.
I would also appreciate methods other than using a table.
This program gets the name of a lesson and its mark,the it's going to show something like this :
L1 18
L2 20
L3 13
L4 11
.
.
.

Go to the complete details ...