I have a database table (named Topics) which includes these fields :
- topicId
- name
- parentId
and by using them I wanna populate a TreeView in c#. How can I do that ?
Thanks in advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It will probably be something like this. Give some more detail as to what exactly you want to do if you need more.