Hi,
I've been using a .NET tree view control and AJAX to show heirarchical data from my DB. However, it is slow. Each time I click a node or expand a branch I have to wait for the tree to do its post back. So, what I would like to do is create some sort of activeX control that maintains a connection to the DB for a few seconds before dropping it (so that the user can expand one node, and then the next very quickly with out having to wait for a postback each time)...is this possible?
Is there some other sort of technology I should consider? I want it to run as fast as having a windows app connect to a remote DB
I've been using a .NET tree view control and AJAX to show heirarchical data from my DB. However, it is slow. Each time I click a node or expand a branch I have to wait for the tree to do its post back. So, what I would like to do is create some sort of activeX control that maintains a connection to the DB for a few seconds before dropping it (so that the user can expand one node, and then the next very quickly with out having to wait for a postback each time)...is this possible?
Is there some other sort of technology I should consider? I want it to run as fast as having a windows app connect to a remote DB