Hello
I am currently weighing up the efficiency (or lack of?) building a folder tree type feature purely in ASP
Had anybody done this?
Is any body laughing at the idea? (if so, how hard?)
Why in ASP
My
JS is average and I least enjoy passing values between the two.
All the items in the tree are managed and will come from three tables
It is an events search on a calendar system, a three tier (groups, subgroups and categories) hyperlinked event picker. Based on your pick all events relating to your chosen group show. Javascript is shinning as the pages are gong into a SOE so browser versions etc are not an issue.
OK thatâs a bit of bg/info I want to implement a recursive style ASP menu system to do this job, whatâs your thoughts on EVERY time a group is clicked/expanded a trip to their server is necessary? The client is 'web savy' and expects efficient code, system documentation has to state technologies and techniques used - How much more in efficient is this method over the usual:
get records, create client side array(s), build structure
Looking forward to your thoughts, thanking you
Wind is your friend
Matt