How is asp.net 2 Master page different to normal html frame.
Loading
How is asp.net 2 Master page different to normal html frame.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SaurabhPosted Dec 16, 2005, 5:59 AM
Well,
is this a question from ure college assignment, Dude?? :))))
anyway, dont mind what i said :)
Well, the foremost difference is that frames act as containers to individual pages, whereas MasterPages are MasterPages are sort of template which is global for ure entire application. In master pages every portion is a content and not indivial page. In frames when u go to another page the link does not changes where are in MasterPages going on another page changes the link in the browser as the actual link of the page. Moreover, the frames do not get re-loaded, whereas content in master pages get re-loaded each time the page is posted back.
That is all whats there on the surface. Hope that answers ure querry to some extent.
Happy Coding,
Saurabh