what happens to, the controls or the iframe or the div, which is
- by user287745
hidden:-
does it get transferred to the user side?
disabled:-
does it get transferred to the user side?
what i want is,
a aspx page will be having many iframes to display different different pages,
there will be many div tags to display css formatted information
to understand the what i mean by many:-
i have to transfer a complete website with 30 aspx pages into one single page!
have simply combined every thing resulting in one extremely huge page
my concern is the on local host it works loads fast, but when on online server accessed by numerous people for education purposes, the site ( ONE PAGE ) WILL SLOW DOWN terribly
to overcome this i thought of using hidden and disable options.
can any one help
and possible suggest an improved way of achieving the above
yes it sounds silly but this is the requirement
thank you