框架替代。 。净????? [英] Frames alternative. .net?????

查看:84
本文介绍了框架替代。 。净?????的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个ASP站点,下面有一个框架集。我正在ASP.NET中重新设计/编码。

。我对框架集的替代方案是什么?

执行帧执行大部分处理。这是一个非常数据密集的网站。


< frameset id =" FrameCols" cols =" 137,*" border = 0>

< frameset rows =" 100,*">

< frame name =" logoFrame" SRC =" logo.asp" scrolling =" no">

< frame name =" leftFrame" SRC =" ThemeMenu.asp" scrolling =" no">

< / frameset>


< frameset id = fsRight rows =" 51,*,50"> ;

< frame name =" topFrame" SRC =" ThemeTop.asp"滚动= QUOT;否] >

< frame name =" content" SRC =" home.asp"滚动= QUOT;汽车" >

< frame name =" execute" SRC =" blank.htm" scrolling =" yes">

< / frameset>

< / frameset>


-


Dave

I have an ASP site that has a frameset below. I am in the process of
redesigning/coding in ASP.NET. What are my alternatives to framesets. The
execute frame does most of the processing. This is a very data intensive
site.

<frameset id="FrameCols" cols = "137,*" border=0>
<frameset rows="100,*">
<frame name="logoFrame" src="logo.asp" scrolling="no">
<frame name="leftFrame" src="ThemeMenu.asp" scrolling="no">
</frameset>

<frameset id=fsRight rows = "51,*,50">
<frame name="topFrame" src="ThemeTop.asp" scrolling="no" >
<frame name="content" src="home.asp" scrolling="auto" >
<frame name="execute" src="blank.htm" scrolling="yes">
</frameset>
</frameset>

--

Dave

推荐答案

只是旁注。我只有IE编码的奢侈品


-


David Fetrow

Helixpoint LLC。
da***@helixpoint.com

" DaveF" < DF ***** @ geodecisions.com>在消息中写道

新闻:ek ************** @ TK2MSFTNGP12.phx.gbl ...
Just a side note. I have the luxury of only coding for IE

--

David Fetrow
Helixpoint LLC.
da***@helixpoint.com
"DaveF" <df*****@geodecisions.com> wrote in message
news:ek**************@TK2MSFTNGP12.phx.gbl...
我有一个ASP网站下面有一个框架集。我正在ASP.NET中重新设计/编码。我对框架集的替代方案是什么?
执行帧执行大部分处理。这是一个非常数据密集的网站。

< frameset id =" FrameCols" cols =" 137,*" border = 0>
< frameset rows =" 100,*">
< frame name =" logoFrame" SRC =" logo.asp" scrolling =" no">
< frame name =" leftFrame" SRC =" ThemeMenu.asp" scrolling =" no">
< / frameset>

< frameset id = fsRight rows =" 51,*,50">
< frame名称= QUOT; topFrame" SRC =" ThemeTop.asp"滚动= QUOT;否] >
< frame name =" content" SRC =" home.asp"滚动= QUOT;汽车" >
< frame name =" execute" SRC =" blank.htm" scrolling =" yes">
< / frameset>
< / frameset>

-

Dave
I have an ASP site that has a frameset below. I am in the process of
redesigning/coding in ASP.NET. What are my alternatives to framesets. The
execute frame does most of the processing. This is a very data intensive
site.

<frameset id="FrameCols" cols = "137,*" border=0>
<frameset rows="100,*">
<frame name="logoFrame" src="logo.asp" scrolling="no">
<frame name="leftFrame" src="ThemeMenu.asp" scrolling="no">
</frameset>

<frameset id=fsRight rows = "51,*,50">
<frame name="topFrame" src="ThemeTop.asp" scrolling="no" >
<frame name="content" src="home.asp" scrolling="auto" >
<frame name="execute" src="blank.htm" scrolling="yes">
</frameset>
</frameset>

--

Dave



如果使用框架背后的想法是不重复每个

页面上的相同元素(菜单等),可以设置一个表格页面,并将常用元素

放入用户控件或服务器控件中。使用Whidbey(VS.NET 2005),

您还可以选择母版页。


-

Gregory A Beamer

MVP; MCP:+ I,SE,SD,DBA


**************************** ********************** ********************

在盒子外面思考!

************************************* ************* ********************

" DaveF" < DF ***** @ geodecisions.com>在消息中写道

新闻:ek ************** @ TK2MSFTNGP12.phx.gbl ...
If the idea behind using frames is to not repeat the same elements on every
page (menus, et al), you can set up a tabled page and put common elements
into either user controls or server controls. With Whidbey (VS.NET 2005),
you also have the option of Master Pages.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"DaveF" <df*****@geodecisions.com> wrote in message
news:ek**************@TK2MSFTNGP12.phx.gbl...
我有一个ASP网站下面有一个框架集。我正在ASP.NET中重新设计/编码。我对框架集的替代方案是什么?
执行帧执行大部分处理。这是一个非常数据密集的网站。

< frameset id =" FrameCols" cols =" 137,*" border = 0>
< frameset rows =" 100,*">
< frame name =" logoFrame" SRC =" logo.asp" scrolling =" no">
< frame name =" leftFrame" SRC =" ThemeMenu.asp" scrolling =" no">
< / frameset>

< frameset id = fsRight rows =" 51,*,50">
< frame名称= QUOT; topFrame" SRC =" ThemeTop.asp"滚动= QUOT;否] >
< frame name =" content" SRC =" home.asp"滚动= QUOT;汽车" >
< frame name =" execute" SRC =" blank.htm" scrolling =" yes">
< / frameset>
< / frameset>

-

Dave
I have an ASP site that has a frameset below. I am in the process of
redesigning/coding in ASP.NET. What are my alternatives to framesets. The
execute frame does most of the processing. This is a very data intensive
site.

<frameset id="FrameCols" cols = "137,*" border=0>
<frameset rows="100,*">
<frame name="logoFrame" src="logo.asp" scrolling="no">
<frame name="leftFrame" src="ThemeMenu.asp" scrolling="no">
</frameset>

<frameset id=fsRight rows = "51,*,50">
<frame name="topFrame" src="ThemeTop.asp" scrolling="no" >
<frame name="content" src="home.asp" scrolling="auto" >
<frame name="execute" src="blank.htm" scrolling="yes">
</frameset>
</frameset>

--

Dave



用户控件被放到页面上(类似于.asp中的包含文件)

是框架的绝佳替代品。


-

此致,


S. Justin Gengo,MCP

Web开发人员/程序员

www.aboutfortunate.com


出于混乱而来的订单。

Nietzsche

" DaveF" < DF ***** @ geodecisions.com>在消息中写道

新闻:ek ************** @ TK2MSFTNGP12.phx.gbl ...
A user control dropped onto the page (kind of like include files in .asp)
are a great replacement for a frame.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"DaveF" <df*****@geodecisions.com> wrote in message
news:ek**************@TK2MSFTNGP12.phx.gbl...
我有一个ASP网站下面有一个框架集。我正在ASP.NET中重新设计/编码。我对框架集的替代方案是什么?
执行帧执行大部分处理。这是一个非常数据密集的网站。

< frameset id =" FrameCols" cols =" 137,*" border = 0>
< frameset rows =" 100,*">
< frame name =" logoFrame" SRC =" logo.asp" scrolling =" no">
< frame name =" leftFrame" SRC =" ThemeMenu.asp" scrolling =" no">
< / frameset>

< frameset id = fsRight rows =" 51,*,50">
< frame名称= QUOT; topFrame" SRC =" ThemeTop.asp"滚动= QUOT;否] >
< frame name =" content" SRC =" home.asp"滚动= QUOT;汽车" >
< frame name =" execute" SRC =" blank.htm" scrolling =" yes">
< / frameset>
< / frameset>

-

Dave
I have an ASP site that has a frameset below. I am in the process of
redesigning/coding in ASP.NET. What are my alternatives to framesets. The
execute frame does most of the processing. This is a very data intensive
site.

<frameset id="FrameCols" cols = "137,*" border=0>
<frameset rows="100,*">
<frame name="logoFrame" src="logo.asp" scrolling="no">
<frame name="leftFrame" src="ThemeMenu.asp" scrolling="no">
</frameset>

<frameset id=fsRight rows = "51,*,50">
<frame name="topFrame" src="ThemeTop.asp" scrolling="no" >
<frame name="content" src="home.asp" scrolling="auto" >
<frame name="execute" src="blank.htm" scrolling="yes">
</frameset>
</frameset>

--

Dave



这篇关于框架替代。 。净?????的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆