The Artima Developer Community
Sponsored Link

Design Forum
Populating Tree and List Views

1 reply on 1 page. Most recent reply: Jun 24, 2005 10:49 PM by Shashank D. Jha

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Ranjit Vaity

Posts: 3
Nickname: robinnexus
Registered: Jun, 2005

Populating Tree and List Views Posted: Jun 18, 2005 4:59 PM
Reply to this message Reply
Advertisement
I have created a Windows Explorer like User control and allow only 4 levels of sub-nodes in the tree structure.
Now as I have to show data related to that node in the list view of the data stored in the database.


Problem: The data transfer between the User control and the form, should I write properites for each field in User ctrl class for each field in data base.
HELP!!!!!!!!!!!!!!!!!!!!!


Shashank D. Jha

Posts: 68
Nickname: shashankd
Registered: May, 2004

Re: Populating Tree and List Views Posted: Jun 24, 2005 10:49 PM
Reply to this message Reply
responding to Ranjit:
> Problem: The data transfer between the User control and
> the form, should I write properites for each field in User
> ctrl class for each field in data base.

Depends on data model that you have made to cache the database data, to be displayed in the field view.

Flat View: This topic has 1 reply on 1 page
Topic: Visual Paradigm for UML 5.0 Released Previous Topic   Next Topic Topic: What should be passed to programmers after design?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use