N
news.microsoft.com
I'm strongly considering abandoning the one-physical-file-per-page model and
going with an arcitecture that simply loads content from classes
dynamically. There will be only one page that a user will go to, and all
variation from navigation will come from AJAX calls to load and replace
content in a main frame.
.... so my concern with this is, perhaps the browsers will leak memory or do
something obscurely wierd with enough loading and unloading of controls
client side. Has anyone else tried this approach, have any warnings to share
about doing things this way?
Paul
going with an arcitecture that simply loads content from classes
dynamically. There will be only one page that a user will go to, and all
variation from navigation will come from AJAX calls to load and replace
content in a main frame.
.... so my concern with this is, perhaps the browsers will leak memory or do
something obscurely wierd with enough loading and unloading of controls
client side. Has anyone else tried this approach, have any warnings to share
about doing things this way?
Paul