T
tarscher
Hi all,
I have a class (A) containing a list of objects of another class (B). I
want to bind a list of objects of class A to a gridview
example:
A1 - B1, B2, B3, B4
A2 - B1
A3 - B1, B2, B3
A4 -
A5 - B1, B2
Can someone point me to a tutorial or explain me how this can be
achieved. i also want to have the edit and delete functionality
provided with the gridview;
Thanks in advance
Stijn
I have a class (A) containing a list of objects of another class (B). I
want to bind a list of objects of class A to a gridview
example:
A1 - B1, B2, B3, B4
A2 - B1
A3 - B1, B2, B3
A4 -
A5 - B1, B2
Can someone point me to a tutorial or explain me how this can be
achieved. i also want to have the edit and delete functionality
provided with the gridview;
Thanks in advance
Stijn