母版页有个timer控件的ajax在子页面使用ajax时每隔一秒刷新,并且数据不绑定
母版页中的timer控件<asp:ScriptManagerID="ScriptTime"runat="server"></asp:ScriptManager><asp:...
母版页中的timer控件<asp:ScriptManager ID="ScriptTime" runat="server" >
</asp:ScriptManager>
<asp:UpdatePanel ID="UpTime" runat="server">
<ContentTemplate>
<asp:Label ID="txtTime" style="color:#FFFFFF;" runat="server"></asp:Label>
<asp:Timer ID="Time" runat="server" Interval="1000" ontick="Time_Tick"
onunload="Time_Tick"></asp:Timer>
</ContentTemplate>
</asp:UpdatePanel>
子页面的ajax
<asp:UpdatePanel ID="DepName" runat="server">
<ContentTemplate>
<asp:DropDownList ID="AddUserDepName" runat="server" AutoPostBack="true" DataTextField="DepName"
DataValueField="DepartmentID" onselectedindexchanged="AddUserDepName_SelectedIndexChanged"></asp:DropDownList>
<asp:Label ID="lable1" Visible="false" runat="server"></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
数据绑定是
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
AddUserDepNameBind();
AddUserTypeBind();
GdBind();
}
} 展开
</asp:ScriptManager>
<asp:UpdatePanel ID="UpTime" runat="server">
<ContentTemplate>
<asp:Label ID="txtTime" style="color:#FFFFFF;" runat="server"></asp:Label>
<asp:Timer ID="Time" runat="server" Interval="1000" ontick="Time_Tick"
onunload="Time_Tick"></asp:Timer>
</ContentTemplate>
</asp:UpdatePanel>
子页面的ajax
<asp:UpdatePanel ID="DepName" runat="server">
<ContentTemplate>
<asp:DropDownList ID="AddUserDepName" runat="server" AutoPostBack="true" DataTextField="DepName"
DataValueField="DepartmentID" onselectedindexchanged="AddUserDepName_SelectedIndexChanged"></asp:DropDownList>
<asp:Label ID="lable1" Visible="false" runat="server"></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
数据绑定是
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
AddUserDepNameBind();
AddUserTypeBind();
GdBind();
}
} 展开
1个回答
展开全部
没有表达清楚你要干什么
更多追问追答
追问
就是说dropdownlist回发后数据不绑定,页面上dropdownlist就刷新一下就没有数据了,本来有个timer控件,每秒都刷新,但是我做的是个电子钟,不知道怎么能让这个电子钟和这个dropdownlist都能正常起来,我把timer去掉了问题就和我说的一样,点击以后dropdownlist刷新一下就没有数据了
追答
dropdownlist 的属性autopostback设置为true了吗
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询