I would like to create my rows and columns dynamically and not use Bind... is that possible?
or how do I dynamically create the List object at runtime, as I don't know the number of columns or what they are going to be called.
I do know the list will consist of one string and any number of int columns... basically, I'm needing to do a pivot and account for gaps so I preferably would like to just fill the grid view via code instead of using Bind.
or how do I dynamically create the List object at runtime, as I don't know the number of columns or what they are going to be called.
I do know the list will consist of one string and any number of int columns... basically, I'm needing to do a pivot and account for gaps so I preferably would like to just fill the grid view via code instead of using Bind.