|
ASP Xtreme Evolution
|
shuttle. unload. initialize.aspThe shuttle is another of this framework key solutions. It’s loaded with some relevant user request scope data to be used in the server request scope. Use this snippet to initialize unloading the shuttle in all your views. About
See also |
A shuttle is needed to carry the user Session(“this”) information to the server Session(“this”) in order to the view be a document and not a variable.
public function loadShuttle( Sd )
Compute the requested view with the current data and return it’s source to be used inside the current process.
public function computeView()