![]() |
| | #1 |
| Registered User Join Date: Jan 2007
Posts: 2
| TreeView and Database 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 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 | |
| | #2 |
| Registered User Join Date: Sep 2001 Location: Australia
Posts: 212
| What code do you have so far? |
| kwigibo is offline | |
| | #3 |
| 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 | |
![]() |
| Thread Tools | |
| Display Modes | |
|