asp:DropDownList 级联但只想局部刷新

ouyang4683 2014-11-10 01:07:53
有2个asp:DropDownList 级联的
通过ddl_Dep_SelectedIndexChanged 去查ddl_Tran要绑定的内容

<asp:DropDownList ID="ddl_Dep" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddl_Dep_SelectedIndexChanged"></asp:DropDownList>

<asp:DropDownList ID="ddl_Tran" runat="server" ></asp:DropDownList>

有一个问题 因为设置了AutoPostBack="True"
所以整屏都刷新了一下

尝试 加了asp:ScriptManager
<asp:ScriptManager ID="ScriptManager1" runat="server"/>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:DropDownList ID="ddl_Dep" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddl_Dep_SelectedIndexChanged"></asp:DropDownList>

<asp:DropDownList ID="ddl_Tran" runat="server" ></asp:DropDownList>
</ContentTemplate>
</asp:UpdatePanel>
<asp:Button ID="btn_Search" runat="server" Text="查询" CssClass="submit"
OnClick="btn_Search_Click" />
结果 选择了 ID="ddl_Dep"后, 还是整屏刷

我怎么才能
asp:DropDownList 还可以级联 但只局部刷新 ?
...全文
115 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
天下如山 2014-11-10
  • 打赏
  • 举报
回复
不用服务器控件 使用ajax+jquery处理即可。

110,534

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧