Creating a Frameset
Tags:
ASP.NET
, IDE
, 2003
, Beginning
Framesets allow you to refresh areas of the viewable browser area without reloading the entire screen. In theory, this reduces the amount that must be downloaded by the user for each subsequent page view within the web site. In practice, sometimes the creation (and use) of frames can be 'painful' if not done right. Visual Studio.NET allows you to create frames in a very visual way, and this video shows how to accomplish that.