Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 15, 2012 01:40 PM by arunmagnilagan
Member
52 Points
54 Posts
Nov 09, 2012 05:57 AM|LINK
Hi..
i had created a timer ever to refresh the tab panel in asp.net page.
in firefox its working well( the page refresh every 3000 interval, whereas in Internet explorer it is not refreshing.
please help me on this
<ContentTemplate> <asp:Panel ID="Panel1" runat="server"> <asp:Timer ID="Timer2" runat="server" OnTick="Timer2_Tick" Interval="3000"> </asp:Timer> <asp:UpdatePanel ID="UpdatePanel2" runat="server"> <Triggers> <asp:AsyncPostBackTrigger ControlID="Timer2" EventName="Tick" /> </Triggers> <ContentTemplate> <table> <tr> <td> <asp:Image runat="server" ID="pvgraph" /> </td> </tr> </table> </ContentTemplate> </asp:UpdatePanel> </<ContentTemplate>
Timer tabpanel tabcontainer
Star
11739 Points
1097 Posts
Microsoft
Nov 12, 2012 08:22 AM|LINK
Hi arunmagnilagan
Are you using IE8?
Maybe the following article can help you: http://encosia.com/aspnet-ajax-timer-trouble-location-is-key/ .
Thanks, Amy Peng
Nov 12, 2012 08:33 AM|LINK
@Amy Peng - MSFT
yes i use IE8 and IE9
Nov 15, 2012 08:41 AM|LINK
arunmagnilagan @Amy Peng - MSFT yes i use IE8 and IE9
Hi, Try to see the following article :http://encosia.com/aspnet-ajax-timer-trouble-location-is-key/ . It seems that many people has met the same question as you, so if it still can not be solved, please try to post your question in : https://connect.microsoft.com , at there you can get a good reply from the microsoft.
Nov 15, 2012 01:40 PM|LINK
thank you amy peng.
arunmagnilag...
Member
52 Points
54 Posts
Timer event not working in Internet Explorer - Ajax Update Panel
Nov 09, 2012 05:57 AM|LINK
Hi..
i had created a timer ever to refresh the tab panel in asp.net page.
in firefox its working well( the page refresh every 3000 interval, whereas in Internet explorer it is not refreshing.
please help me on this
<ContentTemplate> <asp:Panel ID="Panel1" runat="server"> <asp:Timer ID="Timer2" runat="server" OnTick="Timer2_Tick" Interval="3000"> </asp:Timer> <asp:UpdatePanel ID="UpdatePanel2" runat="server"> <Triggers> <asp:AsyncPostBackTrigger ControlID="Timer2" EventName="Tick" /> </Triggers> <ContentTemplate> <table> <tr> <td> <asp:Image runat="server" ID="pvgraph" /> </td> </tr> </table> </ContentTemplate> </asp:UpdatePanel> </<ContentTemplate>Timer tabpanel tabcontainer
Amy Peng - M...
Star
11739 Points
1097 Posts
Microsoft
Re: Timer event not working in Internet Explorer - Ajax Update Panel
Nov 12, 2012 08:22 AM|LINK
Hi arunmagnilagan
Are you using IE8?
Maybe the following article can help you: http://encosia.com/aspnet-ajax-timer-trouble-location-is-key/ .
Thanks,
Amy Peng
Timer tabpanel tabcontainer
Feedback to us
Develop and promote your apps in Windows Store
arunmagnilag...
Member
52 Points
54 Posts
Re: Timer event not working in Internet Explorer - Ajax Update Panel
Nov 12, 2012 08:33 AM|LINK
@Amy Peng - MSFT
yes i use IE8 and IE9
Amy Peng - M...
Star
11739 Points
1097 Posts
Microsoft
Re: Timer event not working in Internet Explorer - Ajax Update Panel
Nov 15, 2012 08:41 AM|LINK
Hi,
Try to see the following article :http://encosia.com/aspnet-ajax-timer-trouble-location-is-key/ .
It seems that many people has met the same question as you, so if it still can not be solved, please try to post your question in : https://connect.microsoft.com , at there you can get a good reply from the microsoft.
Thanks,
Amy Peng
Feedback to us
Develop and promote your apps in Windows Store
arunmagnilag...
Member
52 Points
54 Posts
Re: Timer event not working in Internet Explorer - Ajax Update Panel
Nov 15, 2012 01:40 PM|LINK
thank you amy peng.