Yes. Create the frameset yourself, or in the IDE you can drop a new frameset onto the form (add new item). Values for src (e.g. MyPage.aspx) and target (e.g. HeaderFrame) work as you'd expect, and when you specify hrefs you can specify the target. However, per others who've posted out here, you're not going to get much help from ASP.NET when it comes to communicating among the pages in the different frames; you'll have to roll some of this yourself with jscript. HTH
----- VB Programmer wrote: ----
Can you design a HTML webpage with frames in VS.NET? If so, how