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
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/