Question : ASP.Net C#, MS SQL

Hello experts, I have this website which need to be closed and be redirected to a whole different website. I use asp.net with IIS 6

any help..
thnx

Answer : ASP.Net C#, MS SQL

i guess you just need to have nested treemap only.
Also Create an element class with 2 attributes: key and value

something like

TreeMap parentTM = new TreeMap();
TreeMap childTM1 = new TreeMap();
TreeMap childTM2 = new TreeMap();
Element elem1 = new Element(key, value);
...
// Put elements to the map
childTM1.put("1", elem1 );
childTM1.put("2", elem2 );

childTM2.put("1", elem1 );
childTM2.put("2", elem2 );

parentTM.put("1", childTM1 );
parentTM.put("2", childTM2 );
Random Solutions  
 
programming4us programming4us