我尝试使用此代码刷新我的更新面板
function worker() {
__doPostBack('<%=updatePanel1.ClientID %>', null);
setTimeout(worker, 5000); // 5000= 5 seconds i.e section will get refereshed in intervals of 5 second
alert("Hiiii");
}
</script>
但它会抛出此错误
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>)
我没有使用这个aspx页面的母版页,但我在同一页面上有iframe,我在其中调用了一些有主页的页面