页面导航与持久性 - ASP.NET C# [英] Webpage navigation with persistance - ASP.NET C#

查看:122
本文介绍了页面导航与持久性 - ASP.NET C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个已经在ASP.NET中完成的网站。我需要在底部添加一个包含实况流视频聊天(Flash对象)的部分,我需要它来持续不同的页面访问。



例如我有profile.aspx和local.aspx可能被访问,我需要底部的小聊天框架来保持页面更改。



这是一个图片: p>

alt text http://c3gl.com/pageper.jpg



我可以想到的唯一方法是...



整个页面上的网站,只是动态加载它所需要的。
还是使用底框? (不是这个想法的粉丝)



有什么其他方法可以做到这一点,还是一种方法来轻松实现我需要的事实,我有一个整体的aspx已经吗?



编辑:我忘了提到,聊天是一个流式视频聊天。 (flash对象)

解决方案

一个可能的解决方案是您可以将这两个页面作为单个iframe 。当聊天框架保持不变时,更改的框架可以更改并导航到其他页面。


I have a website that is already completed in ASP.NET. I need to add a section at the bottom that holds a live streaming video chat (Flash Object), and I need it to persist over different page visits.

e.g. I have profile.aspx and local.aspx that might be visited and I need the little chat frame at the bottom to persist between page changes.

Here's a pic:

alt text http://c3gl.com/pageper.jpg

The only ways I can think to do this are...

Make the whole website on page that just dynamically loads what it needs. or use a bottom frame maybe? (not a fan of this idea)

Is there any other way to do this, or a way to easily implement what I need given the fact that I have a whole bunch of aspx's already?

Edit: I forgot to mention, the chat is a streaming video chat. (flash object)

解决方案

One possible solution is that you could put both pages as individual iframes under a parent page. The changing frame could then change and navigate to other pages while the chat frame remains constant.

这篇关于页面导航与持久性 - ASP.NET C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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