Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0refresh dnn panerefresh dnn pane
Previous
 
Next
New Post
11/25/2007 7:15 PM
 

not sure if this is proper place for this question, but I have this problem, I have a control that shoud refresh every xxx seconds, nothing fancy just populate a grid.

aspx code below, code is working fine if I have only one control on the page / pane, but as soon as add the same control to another pane on the same page only one timer will be executed. found very simiral problem here but no solution : : http://forums.asp.net/p/1094417/1648971.aspx

in the nut shell, I whould like to have a page with 4 - 6 pane(s) and each pane will have a grid; refresh all pane(s)/grid(s) in the same time or diff time frame per grid. please help ASAP, if you have better timer control I can pay some $ for it. just need solution ASAP

<

asp:UpdatePanel ID="UpdatePanel1" runat="server" >

 

<ContentTemplate>

 

<asp:GridView ID="GridView2" CssClass = "ReportGridTable" runat="server" DataSourceID="" Height="100%" Width="100%" OnRowDataBound="GridView2_RowDataBound" EnableViewState="true" OnRowCreated="GridView2_RowCreated">

 

 

</asp:GridView>

 

</

<asp:Timer ID="Timer1" runat="server" Interval="15000" OnTick="Timer1_Tick" Enabled="False">asp:Timer>

 

</

</ContentTemplate>asp:UpdatePanel>

 
New Post
11/26/2007 6:40 PM
 

I was able to put some code to refresh full page with this :

in the default page I replaced

<meta id="MetaRefresh" runat="Server" name="Refresh" />
With
<meta id="MetaRefresh" runat="Server" http-equiv="Refresh" name="Refresh" />

still not sure how to refresh multiple panes with AJAX timer usind different timer setinngs per pane

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0refresh dnn panerefresh dnn pane


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out