I
Ivar
Hi there,
I'm working on creating a web page having two sections. The top one does not
change (it loads the data from a database once) and the second section has
two possible schemas (it's actually two different pages). The solution I have
found is to create two horizontal frames and set the first page as the source
for the first frame and then programmatically change the source for the
second frame to display one of the other two possible pages.
I have seen VS 2005 does not have a frameset control and I had to add it
manually in the aspx file. My questions are:
1) Why VS2005 does not have support for the <frameset><frame> control?
2) Is it possible to accomplish this result with a different aproach with no
frames?
3) Is the use of frameset an outdated practice? If yes why?
4) What's the difference between frame and iframe? Is it's use a good
practice?
Thank you very much,
Ivar
I'm working on creating a web page having two sections. The top one does not
change (it loads the data from a database once) and the second section has
two possible schemas (it's actually two different pages). The solution I have
found is to create two horizontal frames and set the first page as the source
for the first frame and then programmatically change the source for the
second frame to display one of the other two possible pages.
I have seen VS 2005 does not have a frameset control and I had to add it
manually in the aspx file. My questions are:
1) Why VS2005 does not have support for the <frameset><frame> control?
2) Is it possible to accomplish this result with a different aproach with no
frames?
3) Is the use of frameset an outdated practice? If yes why?
4) What's the difference between frame and iframe? Is it's use a good
practice?
Thank you very much,
Ivar