Discussion Tree
-
Dear all Please suggest me on what control is used to display the message boards messages and its replies like a tree structure.
Shivanandan C V
-
Dear all Please suggest me on what control is used to display the message boards messages and its replies like a tree structure.
Shivanandan C V
use grid with tree view in windows application....
Padmanabhan
-
use grid with tree view in windows application....
Padmanabhan
padmanabhan N wrote:
use grid with tree view in windows application....
What does it mean ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Dear all Please suggest me on what control is used to display the message boards messages and its replies like a tree structure.
Shivanandan C V
I'd use a repeater and design the HTML myself from there.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
use grid with tree view in windows application....
Padmanabhan
I want the node of the tree to show the Subject, User name, date etc. Is it possible to display more than one data in one node, also the node should expand, show its remarks when clicked on it. Please help me
Shivanandan C V