dynamic table
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i wanna do the following... make the user enter how many values he/she wanna enter to the application....then i display a table that has (n) cells equalls to the no. of values that the user enter.....what can i do?
The solution i am going to tell you is what are you going to do with the source code NOT WITH THE DB, which is a bit more difficut. let's say n is the number of the columns. System.datatable newtable = new Syste.Data.DataTable(); string colname; for(int a=0;i