473,405 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Frameset in vs2005

1
Hello, I'm new to vs2005, I was given a code in vs2003 and had to convert it to vs2005, there is this one code in the .apsx file that have an error saying that Element 'frameset' is not supported. When I remove the <body> tags, another error occurs saying Validation(XHTML 1.0 Transitional): Element 'body' occurs too few times. What do I have to do to fix this error?
Expand|Select|Wrap|Line Numbers
  1. <%@ Page Language="vb" AutoEventWireup="false" Inherits="FamRep.Main" CodeFile="Main.aspx.vb" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 4.01 Frameset//EN" >
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4.     <head>
  5.         <title>Main</title>
  6.         <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1" />
  7.         <meta name="CODE_LANGUAGE" content="C#" />
  8.         <meta name="vs_defaultClientScript" content="JavaScript" />
  9.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
  10.     </head>
  11.     <frameset rows="28%,*" frameborder="no">
  12.         <frame name="webfr1" src="RepByClassCode.aspx">
  13.         <frame name="webfr2" src="">
  14.     </frameset>
  15.     <body>
  16.  
  17.     </body>
  18. </html>
  19.  
Dec 3 '07 #1
3 3318
Plater
7,872 Expert 4TB
I am not entirely sure frames are supported in asp.net pages.

You could try making it a plain old HTML file (no backend support)

Or maybe something in this article will be helpful:
http://15seconds.com/issue/030528.htm
Dec 3 '07 #2
I am not entirely sure frames are supported in asp.net pages.

You could try making it a plain old HTML file (no backend support)

Or maybe something in this article will be helpful:
http://15seconds.com/issue/030528.htm

see, i chkd wht u said...do u hav any othr alternative source 4m whr i can get more info. about frames in ASP.net2...

thank you,
Jan 29 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Hans | last post by:
Hi There, I have a page that has links with some variables and I need to open the results set in a frameset. I have tried doing this in various different ways, but still cannot get the variable...
2
by: luu duong | last post by:
I know this is probably easy but here is the details. I have an asp page that is not inside a frameset. I want to post data to another asp page that is inside a frameset. So firstpage.asp has...
1
by: JP | last post by:
Hi, How can I create a dynamic frameset whose content changes based on user inputs? Specifically, how do I toggle a frame within a frameset? How can I allow a user to "close" or "dock" a...
1
by: Ian | last post by:
Here's an interesting delema. I have two on-line manuals built with frames. Each has a unique frameset. Some of the pages have related material and are linked. Is there a way to have a page...
3
by: mark4asp | last post by:
According to this <http://css-discuss.incutio.com/?page=BoxModelHack> IE6 will display differently to the W3C standard. Only IE6/strict and I suppose IE 7 display correctly. IE 6 transitional and...
0
by: joeller | last post by:
On October 13, 2006 Mark Rae wrote Hi, Firstly, I have not the slightest intention of using framesets - the reason for this post is merely to ask for assistance in furthering my understanding of...
5
by: =?Utf-8?B?SXZhcg==?= | last post by:
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...
12
by: Geoff Cox | last post by:
Hello I'm having a problem loading a frameset file using an include in a php file. Nothing is displayed and when I look at the source code I see that <html> <head> <title></title>
4
by: maminx | last post by:
Hello..i have problem, hope someone can help me..i have this frameset below : <FRAMESET ROWS="55%" COLS="37%,63%"> <FRAME NAME="runningTrade" SRC="http://runningtrade.com" scrolling="no"> ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.