Posted: 11/11/2010
Hello All:
I don't know if this is the right place which i have to put the post or not , it is manily for asp which i don't know also
I am new in programming field and i have a question ,and wish i can get some help .
Actually i want to have a tree view out of the database by using PYTHON programming language which i also don't know much
about it leken no problem , i want the idea in any language ,The tree which i implement is in the database by means of nodes and
edges ,so i have to access the database to get the information , i want to get a view on the tree in tree view , like the same way
of navigation in windows folder.
just in the same way oh this page.
http://www.grondwerk.it/gfx/pytong_screenshot.png
Thanks in advance,
Amani
Posted: 11/12/2010
Hi Amany,You need treeview control for your purpose . You can refer the below link:
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/navigation/treeview.aspx Also there is a good video on youtube for this:
http://www.youtube.com/watch?v=Z8WhJTLlKNI
Hi Amani,
Check the blow link
http://www.codeasp.net/blogs/ajit/microsoft-net/522/how-to-show-hierarchies-of-childs-by-using-sql-serve .
Hope this will help you.
Posted: 11/13/2010
Thankd for your help , i give a look to what you send me but i really don't understand , this asp language is very strange for me ,i never saw it before , but i will try to understand the code .
But again thanks alot saab
@Amani,
If you are not familiar to ASP.NET, you can start from here.
It's a Microsoft Web Application Framework, which is actually the most powerful framework for web apps developmnet today. You can build incredibly great web applications with this.
The examples given by other forum members here are showing how to implement what you'r asking using ASP.NET and VB or C# languages which are used as a programming languages in the ASP.NET Framework.
Also, this community (codeASP.net) is dedicated to ASP.NET Framework, development and design of web applications using this powerful framework.
Try to learn some basic stuff regarding ASP.NET and you will see that implementing a TreeView with nodes bound from Database tables is pretty easy task ;).
Regards,Hajan