Thanks for the ideas. Basically I am trying to build a Tree structure with
multiple branches. It has LOTS of data. It is a skills matrix. I am woried
about it being slow. What is the best practice to code this. It almost seems
like old asp do while would be faster?
I highly doubt ASP will be any faster - after all, it would be doing the
exact same thing, just in a different way maybe.
If you are sending tons of stuff to the client, that has tons of
javascript - then that will always be slow, the burden will be on the client
browser. I wouldn't worry about the actual act of writing javascript.
DaveF said:
Thanks for the ideas. Basically I am trying to build a Tree structure with
multiple branches. It has LOTS of data. It is a skills matrix. I am woried
about it being slow. What is the best practice to code this. It almost seems
like old asp do while would be faster?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.