ScriptManager和UpdatePanel怎样实现局部刷新?
请各位高手帮忙:<asp:ScriptManagerID="ScriptManager1"runat="server"></asp:ScriptManager><asp:...
请各位高手帮忙:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:DropDownList ID="DropDownList4" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList4_SelectedIndexChanged" >
<asp:ListItem>计算机系</asp:ListItem>
<asp:ListItem>经济系</asp:ListItem>
<asp:ListItem>外语系</asp:ListItem>
</asp:DropDownList><br />
<asp:DropDownList ID="DropDownList5" runat="server">
<asp:ListItem>软件开发</asp:ListItem>
<asp:ListItem>多煤体</asp:ListItem>
<asp:ListItem>动漫制作</asp:ListItem>
<asp:ListItem>广告设计</asp:ListItem>
</asp:DropDownList>
</ContentTemplate>
</asp:UpdatePanel>
我想实现的是局部刷新,但是我这样做没有效果? 此时的ScriptManager的EnablePartialRendering属性设为true。UpdatePanel的UpdateMode属性设为Always。ChildAsTrigger属性设为true 展开
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:DropDownList ID="DropDownList4" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList4_SelectedIndexChanged" >
<asp:ListItem>计算机系</asp:ListItem>
<asp:ListItem>经济系</asp:ListItem>
<asp:ListItem>外语系</asp:ListItem>
</asp:DropDownList><br />
<asp:DropDownList ID="DropDownList5" runat="server">
<asp:ListItem>软件开发</asp:ListItem>
<asp:ListItem>多煤体</asp:ListItem>
<asp:ListItem>动漫制作</asp:ListItem>
<asp:ListItem>广告设计</asp:ListItem>
</asp:DropDownList>
</ContentTemplate>
</asp:UpdatePanel>
我想实现的是局部刷新,但是我这样做没有效果? 此时的ScriptManager的EnablePartialRendering属性设为true。UpdatePanel的UpdateMode属性设为Always。ChildAsTrigger属性设为true 展开
2个回答
2009-07-01
展开全部
试过了还是不行
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询