我有一个 ASP.net 网页, 访客在其中执行的任务, 将在运行时生成 JavaScript, 登记在页面上, 以下 ASP.net 功能用于登记 JS 代码 :
Page.ClientScript.RegisterHiddenField
Page.ClientScript.RegisterStartupScript
Page.ClientScript.RegisterClientScriptBlock
生成的代码非常难以维护,该页面完全载于ASP.net ajax和JS,
And a refresh button is there to reload the page or to clear everything (just like you press F5) is there any silent way to reload the whole page? (asynchronous reload, without page flicker (Ajax))