J
Jim
I saw a simple web page. It had a frameset with 2 frames. The left frame
was a navigtion frame, with links to interesting websites and a place to
place a username (guess some of the websites were kinda personalized). The
right frame contained the website of the link clicked in the navigation
frame.
Wanting to learn ASP.Net 2.0, I thought I'd start with my own version of
this simple site. Alas, nothing is simple when Microsoft gets involved.
You can't design or edit a frameset page in design view in ASP.Net 2.0. You
won;t even find a Frame, iFrame or Frameset control in ASP.Net 2.0.
So, how are we supposed to implement this most elementary functionality
using ASP.Net 2.0?
was a navigtion frame, with links to interesting websites and a place to
place a username (guess some of the websites were kinda personalized). The
right frame contained the website of the link clicked in the navigation
frame.
Wanting to learn ASP.Net 2.0, I thought I'd start with my own version of
this simple site. Alas, nothing is simple when Microsoft gets involved.
You can't design or edit a frameset page in design view in ASP.Net 2.0. You
won;t even find a Frame, iFrame or Frameset control in ASP.Net 2.0.
So, how are we supposed to implement this most elementary functionality
using ASP.Net 2.0?