大马资讯论坛 - 马来西亚中文资讯平台

标题: Asynchronous operations are not allowed in this context. 快速解决 [打印本页]

作者: 资讯王    时间: 2009-7-14 15:29
标题: Asynchronous operations are not allowed in this context. 快速解决
Asynchronous operations are not allowed in this context. Page starting an asynchronous operation has to have the Async attribute set to true and an asynchronous operation can only be started on a page prior to PreRenderComplete event

添加 Async=”true” 即可
<%@ Page Language=”VB” Async=”true” AutoEventWireup=”false”
CodeFile=”mynewpage.aspx.vb”
Inherits=”mynewpage” %>




欢迎光临 大马资讯论坛 - 马来西亚中文资讯平台 (http://www.freeinfo.com.my/) Powered by Discuz! X3.3