如何在Web应用程序中生成每30秒刷新一次的动态图形? [英] How to generate dynamic graph that refresh for every 30 seconds in web application?

查看:75
本文介绍了如何在Web应用程序中生成每30秒刷新一次的动态图形?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好吧



我使用dot net中的Graph控件生成动态图形,具有良好的外观和感觉,每30秒刷新一次(每30秒值为在asp.net web应用程序中自动插入db)。我在框架4中这样做。



我只使用点网中的Graph控件,而不是使用Javascript或任何其他。



可以任意一个建议莫代尔...







问候

Karthik.R

解决方案

在过去的简单html中,因为我从来不是网络专家,所以我曾经制作过网页看起来像这样: -



 <   html  >  
< head >
< title > Karthik Ravi - x对y的图表< / title &g t;
< meta http-equiv = refresh content = < span class =code-keyword> 30 >
< span class =code-keyword>< / head >
< body >
<! - 图表代码在这里 - - >
< / body >
< / html >





注意元标记:-)



自动刷新可以在浏览器中禁用,这很简单,但它确实为我们非网络大师的


Hi all

I am generating dynamic graph using Graph control in dot net with good look and feel that will refresh for every 30 seconds(Every 30 seconds values are automatically inserted in db) in asp.net web application. I'm doing it in Framework 4.

I'm using only Graph control in dot net, not using Javascript or anyother.

can any one suggest modal for it...



Regards
Karthik.R

解决方案

in the old days of simple html, since I was never a web expert, I used to produce pages that looked like this :-

<html>
    <head>
        <title> Karthik Ravi - Graph of x vs y </title>
        <meta http-equiv="refresh" content="30" >
    </head>
    <body>
    <!-- graph code goes here - -->
    </body>
</html>



note the meta tag :-)

auto refresh can be disabled in browsers, and this was pretty simple, but it did for us non web guru's


这篇关于如何在Web应用程序中生成每30秒刷新一次的动态图形?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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