Loading ...

How to get tree view of the datbase?

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  getting started / general asp.net   » How to get tree view of the datbase?

How to get tree view of the datbase?

Posts under the topic: How to get tree view of the datbase?

Posted: 11/11/2010

Lurker 10  points  Lurker
  • Joined on: 11/4/2010
  • Posts: 2

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 Cry

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 Laughing , 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

Guru 16813  points  Guru
  • Joined on: 4/19/2009
  • Posts: 490
  Answered

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



Posted: 11/12/2010

Starter 695  points  Starter
  • Joined on: 6/17/2009
  • Posts: 14
  Answered

Posted: 11/13/2010

Lurker 10  points  Lurker
  • Joined on: 11/4/2010
  • Posts: 2

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


Posted: 11/13/2010

Professional 8505  points  Professional
  • Joined on: 5/3/2010
  • Posts: 391
  Answered

@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


Page 1 of 1 (5 items)