“UpdatePanel” in Razor (mvc 3)

前端 未结 5 442
栀梦
栀梦 2020-12-14 12:06

Is there something like UpdatePanel (in ASPX) for Razor?

I want to refresh data (e.g. table, chart, ...) automaticly every 30 seconds. Similar to clicking the follow

5条回答
  •  借酒劲吻你
    2020-12-14 12:39

    Well, if you don't need the AJAX expierience than use the HTML tag:

    
    

    go here: http://www.programmingfacts.com/auto-refresh-page-after-few-seconds-using-javascript/

提交回复
热议问题