i need to auto refresh a partialView in the page every second (or a set interval of time)
i thought of the following method is this rite
loop
{
setInterval(function() { <%Html.RenderPartial("partialview", Model);%> } ,1000 );
}
or is there a better way using ajax stuff ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…