C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 01-07-2007, 04:09 PM   #1
x64
Registered User
 
Join Date: Jan 2007
Posts: 2
TreeView and Database

Hello, I'm fairly new to the C# world. What am I saying? I'm pretty new to coding all around and I've ran into a problem I have had to luck figuring out. So...

My first C# application is a simple RSS reader. I have most of the stuff done for it besides the TreeView. I cannot seem to figure out how to get this TreeView to grab data from my database and then display it in a certian way.

The tree view in the end should look like this:

Code:
TreeView
Folder
| --- RSS Channel
         -- Channel Feed 1
            -- Channel Feed 2
| --- RSS Channel 2
         -- Channel Feed 1
Folder 2
| --- RSS Channel
         -- Channel Feed 1
      
| --- RSS Channel 2
         -- Channel Feed 1
            -- Channel Feed 2 
Ok so I have three folders in my database: Folders, Feeds, and NewsItems. The folders in the tree view will call the database table Folders, the rss channels will call data from the Feeds table and finally the channel feeds will call data from the NewsItems table.

How would I go about doing this? I have predefined values in all tables in the database, I'm not worried about adding new stuff to it yet and have it update. I just need to get it to work.

Thanks for any help you can give.
x64 is offline   Reply With Quote
Old 01-14-2007, 05:01 AM   #2
Registered User
 
Join Date: Sep 2001
Location: Australia
Posts: 212
What code do you have so far?
kwigibo is offline   Reply With Quote
Old 01-14-2007, 07:42 PM   #3
x64
Registered User
 
Join Date: Jan 2007
Posts: 2
I solved it on my own, I didn't want to wait a month for a reply on this. It quite simple I just never used ADO.NET before.
x64 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump


All times are GMT -6. The time now is 05:52 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22