asp.net UpdateProgress 使用问题。。。

<asp:ScriptManagerID="ScriptManager1"runat="server"EnablePartialRendering="false"></a... <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false">
</asp:ScriptManager>
……

<td width="30%" align="left" height="35" colspan="2">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="btnSave" runat="server" Text="上传文件" style="margin-left: 350px;"
OnClientClick="return CheckForm();" onclick="btnSave_Click" />
</ContentTemplate>
</asp:UpdatePanel>
<asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1">
<ProgressTemplate>文件上传中,请稍后<img src="Image/waiting.gif" / alt="上传中..."> </ProgressTemplate>
</asp:UpdateProgress>
</td>

为啥点击上传按钮后,不出现“文件上传中,请稍后”的等待提示呢。。。。
是不是因为在table中的原因呢。。。
展开
 我来答
tianchenlko741
2013-08-30 · TA获得超过560个赞
知道小有建树答主
回答量:432
采纳率:0%
帮助的人:394万
展开全部
你的ScriptManager控件的 EnablePartialRendering属性设置为了false,应该改为true
追问
不行啊 。。。
追答
给出完整的代码吧,这样才好判断是哪里出了问题
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式