jwalker80
Newbie
Posts: 1
Registered: 1/10/2006
Member Is Offline
|
| posted on 1/10/2006 at 03:07 AM |
|
|
Tree with ASP.NET
Does anyone have any advice on how to fill the elements tree from a database via ASP.NET?
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/10/2006 at 10:26 PM |
|
|
The approach is not different from any other server side technology.
1. Move the items structure from the outside tree_items.js file into main HTML/ASP document by replacing the link with the script block containing the
definition of the items variable.
2. Write the ASP code that generates the text of the items variable and put it in place of the static data.
Numerous code samples available in this forum and from third parties. If you end up creating own feel free to publish it here.
|
|
|