J
James
Hello,
I know what I want a certian page to end up looking like and right now I'm
looking at options for how to accomplish it...
basically, I want to create a tabbed look and the MultiView control sounds
like it may be a good choice. However one of the tabs (or 'view's) will show
a gridView control with a few thousand records (paging enabled of course)
and I'm wondering if all the data from all the views of the mutliview
control are loaded on the initial page load of the page containing the
multiview or if the data for each view is not loaded until that specific
view is made active, or shown?
basically, the view with the gridview control will not be the default view,
and will not be viewed a majority of the time.. so I don't want a
performance hit by loading all that data that may not even be viewed.
is this the right control for the job?
I know what I want a certian page to end up looking like and right now I'm
looking at options for how to accomplish it...
basically, I want to create a tabbed look and the MultiView control sounds
like it may be a good choice. However one of the tabs (or 'view's) will show
a gridView control with a few thousand records (paging enabled of course)
and I'm wondering if all the data from all the views of the mutliview
control are loaded on the initial page load of the page containing the
multiview or if the data for each view is not loaded until that specific
view is made active, or shown?
basically, the view with the gridview control will not be the default view,
and will not be viewed a majority of the time.. so I don't want a
performance hit by loading all that data that may not even be viewed.
is this the right control for the job?