Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,

i am working on a project where the data i have to use from excel and show in treeview control and populating data very smoothly, like in a country ,there are various states and then city ,i wnna use this concept in my project,?? plzz give some suggestion??
Posted

1 solution

Pseudo code (assumes desktop application):
create the excel object
open the excel object
open the worksheet with the data
read the data into a collection (assumes the data is in 3 columns Country, State, City)
iterate through the collection creating treeview nodes and their children based on the parent child relationship.

Your question is not well formed and is too broad to be addressed in a forum message. Do some research on reading excel files and populating treeviews
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900