473,408 Members | 2,734 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,408 software developers and data experts.

Frames in ASP.NET

Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and another
on the right side.
I don't know how to do it. So please help me with it.

I'll appreciate any help/example you can provide.
I am using visual studio 2005.

Thanks, Mark
Jun 30 '08 #1
14 7029
Hi Mark,

There is nothing to do with ASP.NET if you want to put frames, you can
define frames using smple HTML.
Check how to create frames here : http://www.w3schools.com/HTML/html_frames.asp
/Anoj
[www.TheTechHub.com]

On Jun 30, 6:35*pm, "Mark" <M...@nospaml.comwrote:
Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and another
on the right side.
I don't know how to do it. So please help me with it.

I'll appreciate any help/example you can provide.
I am using visual studio 2005.

Thanks, Mark
Jun 30 '08 #2
Frames are HTML and if you can't write HTML yet you are not ready for
ASP.NET. Furthermore, the use of Frames is generally considered the best way
to create a web site that is not user friendly nor search engine friendly.

IMO Frames are only useful for very limited tasks such as a Frameset using a
Frame as a fixed header with a scrolling Frame of columnar data below it.
Otherwise? Framesets are ca-ca

As a neophyte though if you explain what you think you need to achieve I or
others may have better suggestions
"Mark" <Ma**@nospaml.comwrote in message
news:uG*************@TK2MSFTNGP06.phx.gbl...
Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and another
on the right side.
I don't know how to do it. So please help me with it.

I'll appreciate any help/example you can provide.
I am using visual studio 2005.

Thanks, Mark
Jun 30 '08 #3
Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet development
environment(Visual Studio). It says "element Frameset is not supported".

If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a new page
on another frame without reloading the menu page.
Let me know if it is possible or any other way to do it.

Please help this junior developer.
Thanks, Mark.
"Junior" <so******@somewhere.comwrote in message
news:uo**************@TK2MSFTNGP05.phx.gbl...
Frames are HTML and if you can't write HTML yet you are not ready for
ASP.NET. Furthermore, the use of Frames is generally considered the best
way to create a web site that is not user friendly nor search engine
friendly.

IMO Frames are only useful for very limited tasks such as a Frameset using
a Frame as a fixed header with a scrolling Frame of columnar data below
it. Otherwise? Framesets are ca-ca

As a neophyte though if you explain what you think you need to achieve I
or others may have better suggestions
"Mark" <Ma**@nospaml.comwrote in message
news:uG*************@TK2MSFTNGP06.phx.gbl...
>Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and
another on the right side.
I don't know how to do it. So please help me with it.

I'll appreciate any help/example you can provide.
I am using visual studio 2005.

Thanks, Mark

Jun 30 '08 #4
You don't need to put the menu into a frame. Instead, show a new page in a
iframe control.Alternatively you can look into Ajax-based solutions, depends
on your task.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Mark" <Ma**@nospaml.comwrote in message
news:uo*************@TK2MSFTNGP06.phx.gbl...
Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet development
environment(Visual Studio). It says "element Frameset is not supported".

If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a new
page on another frame without reloading the menu page.
Let me know if it is possible or any other way to do it.

Please help this junior developer.
Thanks, Mark.
"Junior" <so******@somewhere.comwrote in message
news:uo**************@TK2MSFTNGP05.phx.gbl...
>Frames are HTML and if you can't write HTML yet you are not ready for
ASP.NET. Furthermore, the use of Frames is generally considered the best
way to create a web site that is not user friendly nor search engine
friendly.

IMO Frames are only useful for very limited tasks such as a Frameset
using a Frame as a fixed header with a scrolling Frame of columnar data
below it. Otherwise? Framesets are ca-ca

As a neophyte though if you explain what you think you need to achieve I
or others may have better suggestions
"Mark" <Ma**@nospaml.comwrote in message
news:uG*************@TK2MSFTNGP06.phx.gbl...
>>Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and
another on the right side.
I don't know how to do it. So please help me with it.

I'll appreciate any help/example you can provide.
I am using visual studio 2005.

Thanks, Mark


Jun 30 '08 #5
I avoid iFrames like the plague for the same reason as Framesets. I agree
AJAX will support what is wanted by refreshing a portion og the page without
a noticeable PostBack but I also think looking at MasterPages should be
considered. I would avoid AJAX though or use very very sparingly as AJAX can
drag down performance if not used sparingly. Like iFrames and Framesets not
everything that has been created has proven to be usefull in --all--
circumstances and tends to get overused. Personally, I think trying to beat
the stateless model of the web is a no-win compromise for the same reasons.

"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in
message news:OK**************@TK2MSFTNGP03.phx.gbl...
You don't need to put the menu into a frame. Instead, show a new page in a
iframe control.Alternatively you can look into Ajax-based solutions,
depends on your task.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Mark" <Ma**@nospaml.comwrote in message
news:uo*************@TK2MSFTNGP06.phx.gbl...
>Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet
development environment(Visual Studio). It says "element Frameset is not
supported".

If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a new
page on another frame without reloading the menu page.
Let me know if it is possible or any other way to do it.

Please help this junior developer.
Thanks, Mark.
"Junior" <so******@somewhere.comwrote in message
news:uo**************@TK2MSFTNGP05.phx.gbl...
>>Frames are HTML and if you can't write HTML yet you are not ready for
ASP.NET. Furthermore, the use of Frames is generally considered the best
way to create a web site that is not user friendly nor search engine
friendly.

IMO Frames are only useful for very limited tasks such as a Frameset
using a Frame as a fixed header with a scrolling Frame of columnar data
below it. Otherwise? Framesets are ca-ca

As a neophyte though if you explain what you think you need to achieve I
or others may have better suggestions
"Mark" <Ma**@nospaml.comwrote in message
news:uG*************@TK2MSFTNGP06.phx.gbl...
Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and
another on the right side.
I don't know how to do it. So please help me with it.

I'll appreciate any help/example you can provide.
I am using visual studio 2005.

Thanks, Mark



Jun 30 '08 #6
Framesets are not supported in XHTML 1.0, which is what VS 2005/08 validate
against.

Generally, people tend to use CSS and DHTML to simulate what frames used to
provide.

-Scott

"Junior" <so******@somewhere.comwrote in message
news:el**************@TK2MSFTNGP05.phx.gbl...
>I avoid iFrames like the plague for the same reason as Framesets. I agree
AJAX will support what is wanted by refreshing a portion og the page
without a noticeable PostBack but I also think looking at MasterPages
should be considered. I would avoid AJAX though or use very very sparingly
as AJAX can drag down performance if not used sparingly. Like iFrames and
Framesets not everything that has been created has proven to be usefull
in --all-- circumstances and tends to get overused. Personally, I think
trying to beat the stateless model of the web is a no-win compromise for
the same reasons.

"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in
message news:OK**************@TK2MSFTNGP03.phx.gbl...
>You don't need to put the menu into a frame. Instead, show a new page in
a iframe control.Alternatively you can look into Ajax-based solutions,
depends on your task.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Mark" <Ma**@nospaml.comwrote in message
news:uo*************@TK2MSFTNGP06.phx.gbl...
>>Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet
development environment(Visual Studio). It says "element Frameset is not
supported".

If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a new
page on another frame without reloading the menu page.
Let me know if it is possible or any other way to do it.

Please help this junior developer.
Thanks, Mark.
"Junior" <so******@somewhere.comwrote in message
news:uo**************@TK2MSFTNGP05.phx.gbl...
Frames are HTML and if you can't write HTML yet you are not ready for
ASP.NET. Furthermore, the use of Frames is generally considered the
best way to create a web site that is not user friendly nor search
engine friendly.

IMO Frames are only useful for very limited tasks such as a Frameset
using a Frame as a fixed header with a scrolling Frame of columnar data
below it. Otherwise? Framesets are ca-ca

As a neophyte though if you explain what you think you need to achieve
I or others may have better suggestions
"Mark" <Ma**@nospaml.comwrote in message
news:uG*************@TK2MSFTNGP06.phx.gbl...
Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and
another on the right side.
I don't know how to do it. So please help me with it.
>
I'll appreciate any help/example you can provide.
I am using visual studio 2005.
>
Thanks, Mark
>


Jun 30 '08 #7
ere:
!Framesets are not supported in XHTML 1.0, which is what VS 2005/08 validate against.
!people tend to use CSS and DHTML to simulate what frames used to provide.

What happens if you use the XHTML 1.0 Frameset dtd :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

???


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <s-***@nospam.nospamwrote in message news:eb**************@TK2MSFTNGP05.phx.gbl...
Framesets are not supported in XHTML 1.0, which is what VS 2005/08 validate against.

Generally, people tend to use CSS and DHTML to simulate what frames used to provide.

-Scott

"Junior" <so******@somewhere.comwrote in message news:el**************@TK2MSFTNGP05.phx.gbl...
>>I avoid iFrames like the plague for the same reason as Framesets. I agree AJAX will support what is wanted by
refreshing a portion og the page without a noticeable PostBack but I also think looking at MasterPages should be
considered. I would avoid AJAX though or use very very sparingly as AJAX can drag down performance if not used
sparingly. Like iFrames and Framesets not everything that has been created has proven to be usefull in --all--
circumstances and tends to get overused. Personally, I think trying to beat the stateless model of the web is a no-win
compromise for the same reasons.

"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in message
news:OK**************@TK2MSFTNGP03.phx.gbl...
>>You don't need to put the menu into a frame. Instead, show a new page in a iframe control.Alternatively you can look
into Ajax-based solutions, depends on your task.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Mark" <Ma**@nospaml.comwrote in message news:uo*************@TK2MSFTNGP06.phx.gbl...
Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet development environment(Visual Studio). It says
"element Frameset is not supported".

If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a new page on another frame without reloading the
menu page.
Let me know if it is possible or any other way to do it.

Please help this junior developer.
Thanks, Mark.
"Junior" <so******@somewhere.comwrote in message news:uo**************@TK2MSFTNGP05.phx.gbl...
Frames are HTML and if you can't write HTML yet you are not ready for ASP.NET. Furthermore, the use of Frames is
generally considered the best way to create a web site that is not user friendly nor search engine friendly.
>
IMO Frames are only useful for very limited tasks such as a Frameset using a Frame as a fixed header with a
scrolling Frame of columnar data below it. Otherwise? Framesets are ca-ca
>
As a neophyte though if you explain what you think you need to achieve I or others may have better suggestions
>
>
"Mark" <Ma**@nospaml.comwrote in message news:uG*************@TK2MSFTNGP06.phx.gbl...
>Hi Guys,
>I am very new to ASP.NET world.
>I need to create three frames. One at the top, one on the left and another on the right side.
>I don't know how to do it. So please help me with it.
>>
>I'll appreciate any help/example you can provide.
>I am using visual studio 2005.
>>
>Thanks, Mark
>>
>



Jun 30 '08 #8
You get stuck in a quagmire since it doesn't support the necessary
attributes on the various tags to make the frames actually work properly.
Not to mention that VS doesn't validate XHTML 1.0 Frameset.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uf**************@TK2MSFTNGP06.phx.gbl...
ere:
!Framesets are not supported in XHTML 1.0, which is what VS 2005/08
validate against.
!people tend to use CSS and DHTML to simulate what frames used to
provide.

What happens if you use the XHTML 1.0 Frameset dtd :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

???


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <s-***@nospam.nospamwrote in message
news:eb**************@TK2MSFTNGP05.phx.gbl...
>Framesets are not supported in XHTML 1.0, which is what VS 2005/08
validate against.

Generally, people tend to use CSS and DHTML to simulate what frames used
to provide.

-Scott

"Junior" <so******@somewhere.comwrote in message
news:el**************@TK2MSFTNGP05.phx.gbl...
>>>I avoid iFrames like the plague for the same reason as Framesets. I agree
AJAX will support what is wanted by refreshing a portion og the page
without a noticeable PostBack but I also think looking at MasterPages
should be considered. I would avoid AJAX though or use very very
sparingly as AJAX can drag down performance if not used sparingly. Like
iFrames and Framesets not everything that has been created has proven to
be usefull in --all-- circumstances and tends to get overused.
Personally, I think trying to beat the stateless model of the web is a
no-win compromise for the same reasons.

"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in
message news:OK**************@TK2MSFTNGP03.phx.gbl...
You don't need to put the menu into a frame. Instead, show a new page
in a iframe control.Alternatively you can look into Ajax-based
solutions, depends on your task.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Mark" <Ma**@nospaml.comwrote in message
news:uo*************@TK2MSFTNGP06.phx.gbl...
Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet
development environment(Visual Studio). It says "element Frameset is
not supported".
>
If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a
new page on another frame without reloading the menu page.
Let me know if it is possible or any other way to do it.
>
Please help this junior developer.
Thanks, Mark.
>
>
"Junior" <so******@somewhere.comwrote in message
news:uo**************@TK2MSFTNGP05.phx.gbl.. .
>Frames are HTML and if you can't write HTML yet you are not ready for
>ASP.NET. Furthermore, the use of Frames is generally considered the
>best way to create a web site that is not user friendly nor search
>engine friendly.
>>
>IMO Frames are only useful for very limited tasks such as a Frameset
>using a Frame as a fixed header with a scrolling Frame of columnar
>data below it. Otherwise? Framesets are ca-ca
>>
>As a neophyte though if you explain what you think you need to
>achieve I or others may have better suggestions
>>
>>
>"Mark" <Ma**@nospaml.comwrote in message
>news:uG*************@TK2MSFTNGP06.phx.gbl.. .
>>Hi Guys,
>>I am very new to ASP.NET world.
>>I need to create three frames. One at the top, one on the left and
>>another on the right side.
>>I don't know how to do it. So please help me with it.
>>>
>>I'll appreciate any help/example you can provide.
>>I am using visual studio 2005.
>>>
>>Thanks, Mark
>>>
>>
>
>



Jun 30 '08 #9
re:
!>What happens if you use the XHTML 1.0 Frameset dtd :
!You get stuck in a quagmire since it doesn't support the necessary
!attributes on the various tags to make the frames actually work properly.

Gee, I wonder why this frameset and its frames work properly :

http://asp.net.do/test/frameset/default.aspx

???

re:
!Not to mention that VS doesn't validate XHTML 1.0 Frameset.

VS 2008 validated the sample frameset I'm using as an example.
Look at the source for the default page...

It uses :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

The moral of this story is : test, test and test,
if you are going to state that something doesn't work.

In this case, it does work.

The source for the test's files is attached as frameset.zip, so anybody can verify that :

1. The frameset does work properly
2. VS 2008 validates XHTML 1.0 Frameset

Thank you.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <s-***@nospam.nospamwrote in message news:eZ**************@TK2MSFTNGP05.phx.gbl...
You get stuck in a quagmire since it doesn't support the necessary attributes on the various tags to make the frames
actually work properly. Not to mention that VS doesn't validate XHTML 1.0 Frameset.
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:uf**************@TK2MSFTNGP06.phx.gbl...
>ere:
!Framesets are not supported in XHTML 1.0, which is what VS 2005/08 validate against.
!people tend to use CSS and DHTML to simulate what frames used to provide.

What happens if you use the XHTML 1.0 Frameset dtd :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

???


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <s-***@nospam.nospamwrote in message news:eb**************@TK2MSFTNGP05.phx.gbl...
>>Framesets are not supported in XHTML 1.0, which is what VS 2005/08 validate against.

Generally, people tend to use CSS and DHTML to simulate what frames used to provide.

-Scott

"Junior" <so******@somewhere.comwrote in message news:el**************@TK2MSFTNGP05.phx.gbl...
I avoid iFrames like the plague for the same reason as Framesets. I agree AJAX will support what is wanted by
refreshing a portion og the page without a noticeable PostBack but I also think looking at MasterPages should be
considered. I would avoid AJAX though or use very very sparingly as AJAX can drag down performance if not used
sparingly. Like iFrames and Framesets not everything that has been created has proven to be usefull in --all--
circumstances and tends to get overused. Personally, I think trying to beat the stateless model of the web is a
no-win compromise for the same reasons.

"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in message
news:OK**************@TK2MSFTNGP03.phx.gbl...
You don't need to put the menu into a frame. Instead, show a new page in a iframe control.Alternatively you can
look into Ajax-based solutions, depends on your task.
>
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>
>
"Mark" <Ma**@nospaml.comwrote in message news:uo*************@TK2MSFTNGP06.phx.gbl...
>Thanks for the reply.
>I have a HTML page with frames, but I cannot open it in Dotnet development environment(Visual Studio). It says
>"element Frameset is not supported".
>>
>If frames are not good then I am ready to remove it.
>As a junior developer please suggest me how to do it?
>I have one menu page with few hyperlinks. On click I want to show a new page on another frame without reloading
>the menu page.
>Let me know if it is possible or any other way to do it.
>>
>Please help this junior developer.
>Thanks, Mark.
>>
>>
>"Junior" <so******@somewhere.comwrote in message news:uo**************@TK2MSFTNGP05.phx.gbl...
>>Frames are HTML and if you can't write HTML yet you are not ready for ASP.NET. Furthermore, the use of Frames is
>>generally considered the best way to create a web site that is not user friendly nor search engine friendly.
>>>
>>IMO Frames are only useful for very limited tasks such as a Frameset using a Frame as a fixed header with a
>>scrolling Frame of columnar data below it. Otherwise? Framesets are ca-ca
>>>
>>As a neophyte though if you explain what you think you need to achieve I or others may have better suggestions
>>>
>>>
>>"Mark" <Ma**@nospaml.comwrote in message news:uG*************@TK2MSFTNGP06.phx.gbl...
>>>Hi Guys,
>>>I am very new to ASP.NET world.
>>>I need to create three frames. One at the top, one on the left and another on the right side.
>>>I don't know how to do it. So please help me with it.
>>>>
>>>I'll appreciate any help/example you can provide.
>>>I am using visual studio 2005.
>>>>
>>>Thanks, Mark
>>>>
>>>
>>
>>
>
>




Jul 1 '08 #10
>I avoid iFrames like the plague for the same reason as Framesets.
Don't know much about framesets, but iframes still have their place. I would
not hesitate using them if they fit into the design.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Junior" <so******@somewhere.comwrote in message
news:el**************@TK2MSFTNGP05.phx.gbl...
>I avoid iFrames like the plague for the same reason as Framesets. I agree
AJAX will support what is wanted by refreshing a portion og the page
without a noticeable PostBack but I also think looking at MasterPages
should be considered. I would avoid AJAX though or use very very sparingly
as AJAX can drag down performance if not used sparingly. Like iFrames and
Framesets not everything that has been created has proven to be usefull
in --all-- circumstances and tends to get overused. Personally, I think
trying to beat the stateless model of the web is a no-win compromise for
the same reasons.

"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in
message news:OK**************@TK2MSFTNGP03.phx.gbl...
>You don't need to put the menu into a frame. Instead, show a new page in
a iframe control.Alternatively you can look into Ajax-based solutions,
depends on your task.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Mark" <Ma**@nospaml.comwrote in message
news:uo*************@TK2MSFTNGP06.phx.gbl...
>>Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet
development environment(Visual Studio). It says "element Frameset is not
supported".

If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a new
page on another frame without reloading the menu page.
Let me know if it is possible or any other way to do it.

Please help this junior developer.
Thanks, Mark.
"Junior" <so******@somewhere.comwrote in message
news:uo**************@TK2MSFTNGP05.phx.gbl...
Frames are HTML and if you can't write HTML yet you are not ready for
ASP.NET. Furthermore, the use of Frames is generally considered the
best way to create a web site that is not user friendly nor search
engine friendly.

IMO Frames are only useful for very limited tasks such as a Frameset
using a Frame as a fixed header with a scrolling Frame of columnar data
below it. Otherwise? Framesets are ca-ca

As a neophyte though if you explain what you think you need to achieve
I or others may have better suggestions
"Mark" <Ma**@nospaml.comwrote in message
news:uG*************@TK2MSFTNGP06.phx.gbl...
Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and
another on the right side.
I don't know how to do it. So please help me with it.
>
I'll appreciate any help/example you can provide.
I am using visual studio 2005.
>
Thanks, Mark
>


Jul 1 '08 #11
On Jun 30, 11:03*am, "Mark" <M...@nospaml.comwrote:
Thanks for the reply.
I have a HTML page with frames, but I cannot open it in Dotnet development
environment(Visual Studio). It says "element Frameset is not supported".

If frames are not good then I am ready to remove it.
As a junior developer please suggest me how to do it?
I have one menu page with few hyperlinks. On click I want to show a new page
on another frame without reloading the menu page.
Let me know if it is possible or any other way to do it.

Please help this junior developer.
Thanks, Mark.

"Junior" <someb...@somewhere.comwrote in message

news:uo**************@TK2MSFTNGP05.phx.gbl...
Frames are HTML and if you can't write HTML yet you are not ready for
ASP.NET. Furthermore, the use of Frames is generally considered the best
way to create a web site that is not user friendly nor search engine
friendly.
IMO Frames are only useful for very limited tasks such as a Frameset using
a Frame as a fixed header with a scrolling Frame of columnar data below
it. Otherwise? Framesets are ca-ca
As a neophyte though if you explain what you think you need to achieve I
or others may have better suggestions
"Mark" <M...@nospaml.comwrote in message
news:uG*************@TK2MSFTNGP06.phx.gbl...
Hi Guys,
I am very new to ASP.NET world.
I need to create three frames. One at the top, one on the left and
another on the right side.
I don't know how to do it. So please help me with it.
I'll appreciate any help/example you can provide.
I am using visual studio 2005.
Thanks, Mark
This is a great opportunity for you to use a masterpage with your
menus in it. Then create your web pages using the masterpage.

New to .Net? Here are some great tutorials to get you started:
http://www.asp.net/learn/data-access If you work through the first
20 or so of these tutorials, you'll be answering questions here.
Steve T.
Jul 1 '08 #12
Nobody has established why validation even matters when the browsers are so
loosey goosey anyway.
Same goes for the CSS vs Tables argument. So what?

So many websites are FUBAR and the framework generates tables when using the
controls that come from Microsoft making --most-- of the concern an exercise
in futility does it not? Where to draw the line?
"Scott M." <s-***@nospam.nospamwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl...
You get stuck in a quagmire since it doesn't support the necessary
attributes on the various tags to make the frames actually work properly.
Not to mention that VS doesn't validate XHTML 1.0 Frameset.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uf**************@TK2MSFTNGP06.phx.gbl...
>ere:
!Framesets are not supported in XHTML 1.0, which is what VS 2005/08
validate against.
!people tend to use CSS and DHTML to simulate what frames used to
provide.

What happens if you use the XHTML 1.0 Frameset dtd :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

???


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <s-***@nospam.nospamwrote in message
news:eb**************@TK2MSFTNGP05.phx.gbl...
>>Framesets are not supported in XHTML 1.0, which is what VS 2005/08
validate against.

Generally, people tend to use CSS and DHTML to simulate what frames used
to provide.

-Scott

"Junior" <so******@somewhere.comwrote in message
news:el**************@TK2MSFTNGP05.phx.gbl...
I avoid iFrames like the plague for the same reason as Framesets. I
agree AJAX will support what is wanted by refreshing a portion og the
page without a noticeable PostBack but I also think looking at
MasterPages should be considered. I would avoid AJAX though or use very
very sparingly as AJAX can drag down performance if not used sparingly.
Like iFrames and Framesets not everything that has been created has
proven to be usefull in --all-- circumstances and tends to get
overused. Personally, I think trying to beat the stateless model of the
web is a no-win compromise for the same reasons.

"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in
message news:OK**************@TK2MSFTNGP03.phx.gbl...
You don't need to put the menu into a frame. Instead, show a new page
in a iframe control.Alternatively you can look into Ajax-based
solutions, depends on your task.
>
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>
>
"Mark" <Ma**@nospaml.comwrote in message
news:uo*************@TK2MSFTNGP06.phx.gbl...
>Thanks for the reply.
>I have a HTML page with frames, but I cannot open it in Dotnet
>development environment(Visual Studio). It says "element Frameset is
>not supported".
>>
>If frames are not good then I am ready to remove it.
>As a junior developer please suggest me how to do it?
>I have one menu page with few hyperlinks. On click I want to show a
>new page on another frame without reloading the menu page.
>Let me know if it is possible or any other way to do it.
>>
>Please help this junior developer.
>Thanks, Mark.
>>
>>
>"Junior" <so******@somewhere.comwrote in message
>news:uo**************@TK2MSFTNGP05.phx.gbl. ..
>>Frames are HTML and if you can't write HTML yet you are not ready
>>for ASP.NET. Furthermore, the use of Frames is generally considered
>>the best way to create a web site that is not user friendly nor
>>search engine friendly.
>>>
>>IMO Frames are only useful for very limited tasks such as a Frameset
>>using a Frame as a fixed header with a scrolling Frame of columnar
>>data below it. Otherwise? Framesets are ca-ca
>>>
>>As a neophyte though if you explain what you think you need to
>>achieve I or others may have better suggestions
>>>
>>>
>>"Mark" <Ma**@nospaml.comwrote in message
>>news:uG*************@TK2MSFTNGP06.phx.gbl. ..
>>>Hi Guys,
>>>I am very new to ASP.NET world.
>>>I need to create three frames. One at the top, one on the left and
>>>another on the right side.
>>>I don't know how to do it. So please help me with it.
>>>>
>>>I'll appreciate any help/example you can provide.
>>>I am using visual studio 2005.
>>>>
>>>Thanks, Mark
>>>>
>>>
>>
>>
>
>


Jul 2 '08 #13
"Junior" <so******@somewhere.comwrote in message
news:uq**************@TK2MSFTNGP05.phx.gbl...
Nobody has established why validation even matters when the browsers are
so loosey goosey anyway.
I'm not sure that this statement is in any way true. While today's browsers
may not perform validation, much of the content that is delivered to them is
dynamically generated and for that to work reliably, you need statndards.
Same goes for the CSS vs Tables argument. So what?
Because Framesets represent a different situation than tables vs. CSS.
Tables are still fully supported by the W3C, framesets are not.
>
So many websites are FUBAR and the framework generates tables when using
the controls that come from Microsoft making --most-- of the concern an
exercise in futility does it not? Where to draw the line?
I would argue that unless and until we get good standards, those sites will
continue to be FUBAR and standards are the only way to resolve that.
>

"Scott M." <s-***@nospam.nospamwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl...
>You get stuck in a quagmire since it doesn't support the necessary
attributes on the various tags to make the frames actually work properly.
Not to mention that VS doesn't validate XHTML 1.0 Frameset.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uf**************@TK2MSFTNGP06.phx.gbl...
>>ere:
!Framesets are not supported in XHTML 1.0, which is what VS 2005/08
validate against.
!people tend to use CSS and DHTML to simulate what frames used to
provide.

What happens if you use the XHTML 1.0 Frameset dtd :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

???


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <s-***@nospam.nospamwrote in message
news:eb**************@TK2MSFTNGP05.phx.gbl...
Framesets are not supported in XHTML 1.0, which is what VS 2005/08
validate against.

Generally, people tend to use CSS and DHTML to simulate what frames
used to provide.

-Scott

"Junior" <so******@somewhere.comwrote in message
news:el**************@TK2MSFTNGP05.phx.gbl...
>I avoid iFrames like the plague for the same reason as Framesets. I
>agree AJAX will support what is wanted by refreshing a portion og the
>page without a noticeable PostBack but I also think looking at
>MasterPages should be considered. I would avoid AJAX though or use very
>very sparingly as AJAX can drag down performance if not used sparingly.
>Like iFrames and Framesets not everything that has been created has
>proven to be usefull in --all-- circumstances and tends to get
>overused. Personally, I think trying to beat the stateless model of the
>web is a no-win compromise for the same reasons.
>
"Eliyahu Goldin" <RE**************************@mMvVpPsS.orgwrote in
message news:OK**************@TK2MSFTNGP03.phx.gbl...
>You don't need to put the menu into a frame. Instead, show a new page
>in a iframe control.Alternatively you can look into Ajax-based
>solutions, depends on your task.
>>
>--
>Eliyahu Goldin,
>Software Developer
>Microsoft MVP [ASP.NET]
>http://msmvps.com/blogs/egoldin
>http://usableasp.net
>>
>>
>"Mark" <Ma**@nospaml.comwrote in message
>news:uo*************@TK2MSFTNGP06.phx.gbl.. .
>>Thanks for the reply.
>>I have a HTML page with frames, but I cannot open it in Dotnet
>>development environment(Visual Studio). It says "element Frameset is
>>not supported".
>>>
>>If frames are not good then I am ready to remove it.
>>As a junior developer please suggest me how to do it?
>>I have one menu page with few hyperlinks. On click I want to show a
>>new page on another frame without reloading the menu page.
>>Let me know if it is possible or any other way to do it.
>>>
>>Please help this junior developer.
>>Thanks, Mark.
>>>
>>>
>>"Junior" <so******@somewhere.comwrote in message
>>news:uo**************@TK2MSFTNGP05.phx.gbl.. .
>>>Frames are HTML and if you can't write HTML yet you are not ready
>>>for ASP.NET. Furthermore, the use of Frames is generally considered
>>>the best way to create a web site that is not user friendly nor
>>>search engine friendly.
>>>>
>>>IMO Frames are only useful for very limited tasks such as a
>>>Frameset using a Frame as a fixed header with a scrolling Frame of
>>>columnar data below it. Otherwise? Framesets are ca-ca
>>>>
>>>As a neophyte though if you explain what you think you need to
>>>achieve I or others may have better suggestions
>>>>
>>>>
>>>"Mark" <Ma**@nospaml.comwrote in message
>>>news:uG*************@TK2MSFTNGP06.phx.gbl.. .
>>>>Hi Guys,
>>>>I am very new to ASP.NET world.
>>>>I need to create three frames. One at the top, one on the left and
>>>>another on the right side.
>>>>I don't know how to do it. So please help me with it.
>>>>>
>>>>I'll appreciate any help/example you can provide.
>>>>I am using visual studio 2005.
>>>>>
>>>>Thanks, Mark
>>>>>
>>>>
>>>
>>>
>>
>>
>



Jul 3 '08 #14

"Junior" <so******@somewhere.comwrote in message
news:uq**************@TK2MSFTNGP05.phx.gbl...
Nobody has established why validation even matters when the browsers are
so loosey goosey anyway.
Same goes for the CSS vs Tables argument. So what?
Not at all. CSS vs Frames is about laying out text in a symantec way... so
search engines and screen readers can make sense of them.

Marc
Jul 3 '08 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: les | last post by:
Hello, I just wonder what are the implications to use frames to build portal. I've seen some sites that are quite fast with frames but I just wonder if there are hidden "costs". I've tried to...
40
by: JohnnyCJohnny | last post by:
Is it pretty safe to say that almost all web surfers now use browsers that are Frames compatible? What are most people using these days? IE? Thanks
7
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three...
95
by: Neal | last post by:
Of course, every frame site I've ever seen has reduced usability and all. We've been through this before. But as frameset is still a part of HTML, there must be some legitimate use for it, hmm?...
25
by: Steal | last post by:
Hi at all I try to validate this page using the link: http://validator.w3.org/ but it return that this is not a valid HTML 4.01 page please where is it error? Steil <!DOCTYPE HTML PUBLIC...
5
by: Dfenestr8 | last post by:
Hi. I'm designing a site, and I'm trying find a way of browsing it without using frames, so I can test the <noframes> </noframes> tags. I use a linux mandrake 10 system, with KDE 3.2. Is there...
7
by: dj Bass | last post by:
simple, they don't like things that restrict the server-side controls... and when it comes to frames, you need client side stuff and that stuff's up the asp.net strategy. right or wrong?
3
by: Nish | last post by:
Is HTML frame is an old technology? Will the modern web application are developed using the HTML frames? Does all the browsers support them? Thank you for your suggestion, Nish
56
by: Deepan HTML | last post by:
Hi All, Currently i am working in a framed environment where i have divided the window as 20% and 80% and the 20% is used for navigation purpose and right frame for displaying the orignal content....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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.