Loading JSON date into an ASP page within a dhtmlxTree

Hi Guys,



I’ve finally gotten round to trying your software. I want to place a dhtmlxTree inside a dhtmlxTabbar and I need to Tree to load dynamic JSON data from an ASP page that calls data from SQL server. First off, can this be done and is it the best way of doing it? e.g. is there a way to avoid ASP (which is the only server side language I can use)



so far I am calling the a ASP page as below



    



            

            

        

        

            

        

    



                


            




        

            
 


    



…and that’s where I get stuck and can’t find anything on the web to help me. Do you have an example of someone who has tried this before I can work from? I envisaged that the tree would load dynamically from the ASP page as the user clicked the tree items and it then in turn called the next piece of data from the tree. I have no idea how to structure the JSON data within an ASP page. Would really appreciate some guidance. Once I get my head round it I will be flying!



Dale


Hi Dale,


Unfortunately we don’t have the ready asp sample. But the tree package contains the sample which demonstrates dynamic loading with PHP server-side:


dhtmlxTree/samples/json_support/pro_dyn_loading_json.html.


Unfortunately I do not know php.  This puts in a position where I cannot move forward without an ASP/JSON example.  Is there anything you can do to help as I really really want to buy your software and don’t want to have to start again elsewhere.  The tutorial here provided with an ASP example is fantastic. dhtmlx.com/docs/products/dhtmlxG … ggrid.html



I’m praying for something incredible to happen!!!  A very simple basic would be greatly appreciated. dale


Dear Dale,


The server-side script (“portal/organisation/tree.asp”) recieved only id parameter with request - the parent item id.


All you need is to generate output stream in the necessary format. This format is used in the other json samples of the tree (for example, data.json) - so, doesn’t require additional description. What details do you need ?

Thanks mate, let me take a look at this then get back to you if I need anything.  I come back either way.  Thanks.

I got it working, this is awesome stuff.  Thank you.