D
dmovva
Hi all,
I am working on a class and having a problem with the design.
I have Class2; The columns(properties) of this column are to be
determined at runtime. I have gridview control that I want to bind a
list of objects of this class to.
For example. If I have 2 accounts selected at runtime then the Gridview
has to look like this.
Iteration Account1 Account2
1 act1.Val1 act2.val1
2 act1.val2 act2.val2
If I have 3 accounts
Iteration Account1 Account2 Account3
1 act1.Val1 act2.val1 act3.val1
2 act1.val2 act2.val2 act3.val2
Can someone help me with the design please.
Thanks
Dilip
I am working on a class and having a problem with the design.
I have Class2; The columns(properties) of this column are to be
determined at runtime. I have gridview control that I want to bind a
list of objects of this class to.
For example. If I have 2 accounts selected at runtime then the Gridview
has to look like this.
Iteration Account1 Account2
1 act1.Val1 act2.val1
2 act1.val2 act2.val2
If I have 3 accounts
Iteration Account1 Account2 Account3
1 act1.Val1 act2.val1 act3.val1
2 act1.val2 act2.val2 act3.val2
Can someone help me with the design please.
Thanks
Dilip