在套用了模板页的页面使用无刷新控件无法实现无刷新,有代码

vocational110 2012-04-18 06:09:13
可能是用的模板页的原因,求高手指教
不好意思,没分了,只有20多了

<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Proscenium/master.Master"
CodeBehind="addUserInfo.aspx.cs" Inherits="EMeter.Proscenium.addUserInfo" %>
<asp:Content runat="server" ID="content" ContentPlaceHolderID="ContentPlaceHolder1">
<div class="content-box">
<div class="content-box-header">
<h3>
开户建立档案</h3>
</div>
<!-- end .content-box-header -->
<div class="content-box-content">
<form action="" runat="server">
<table>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<!-- add the class .pagination to dynamically create a working pagination! The rel-attribute will tell how many items there are per page -->
<tr>
<td width="10%">
区域列表:
</td>
<td width="40%" id="areaList">
<asp:DropDownList runat="server" ID="DropDownList1" AutoPostBack="true"
onselectedindexchanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList>
</td>
<td width="10%">
用户编号:
</td>
<td width="40%">
<label>
</label>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:TextBox runat="server" ID="txtCode" CssClass="stands"></asp:TextBox>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="DropDownList1" EventName="DropDownList1_SelectedIndexChanged"/>
</Triggers>
</asp:UpdatePanel>
</td>
</tr>
...全文
115 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

62,267

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

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