what happens to, the controls or the iframe or the div, which is
Posted
by user287745
on Stack Overflow
See other posts from Stack Overflow
or by user287745
Published on 2010-05-29T04:02:13Z
Indexed on
2010/05/29
4:12 UTC
Read the original article
Hit count: 301
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
© Stack Overflow or respective owner