javascript - Update HTML table after insertion on db from another page -


i developing simple web application .net mvc. application has 2 main pages (one operator , 1 client). client can insert rows in table. operator can read table. there way show table updated immediatly after client operation? reload partial view table every 3000 ms avoid it..

once page rendered client have 2 ways of forcing refresh. 1 javascript

settimeout("location.reload(true);", timeout); 

the second meta tag:

<meta http-equiv="refresh" content="600"> 

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -