母版页有个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();

}
}
展开
 我来答
wangbiao544
2012-05-08 · 超过24用户采纳过TA的回答
知道答主
回答量:174
采纳率:0%
帮助的人:42.8万
展开全部
没有表达清楚你要干什么
更多追问追答
追问
就是说dropdownlist回发后数据不绑定,页面上dropdownlist就刷新一下就没有数据了,本来有个timer控件,每秒都刷新,但是我做的是个电子钟,不知道怎么能让这个电子钟和这个dropdownlist都能正常起来,我把timer去掉了问题就和我说的一样,点击以后dropdownlist刷新一下就没有数据了
追答
dropdownlist 的属性autopostback设置为true了吗
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式