Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
187 Points
65 Posts
Jan 23, 2007 02:27 PM|LINK
I tried It . But still does not do anything. This my short codes. I can not figure it out. Is there anything wrong with my code.
Thanks.
<atlas:UpdatePanel ID="UpdateGrid" runat="server" Mode="conditional">
</ContentTemplate>
</atlas:UpdatePanel>
<!-- second UpdatePanel for Refreshing -->
<atlas:UpdateProgress ID="progress1" runat="server">..... </atlas:UpdateProgress>
<atlas:UpdatePanel ID="UpdatePanel1" runat="server" Mode="conditional">
<ContentTemplate>
<
<!-- First View -->
</asp:MultiView>
mkCan
Member
187 Points
65 Posts
Re: refreshing the second part of page.
Jan 23, 2007 02:27 PM|LINK
I tried It . But still does not do anything. This my short codes. I can not figure it out. Is there anything wrong with my code.
Thanks.
<atlas:UpdateProgress ID="ProgressIndicator" runat="server"> <ProgressTemplate> ..</ProgressTemplate></atlas:UpdateProgress><atlas:UpdatePanel ID="UpdateGrid" runat="server" Mode="conditional">
<ContentTemplate> <asp:GridView AllowSorting="True" ID="SummaryGridView" runat="server" selectedindex="0" OnSorting="gridView_Sorting" OnSelectedIndexChanged="SummaryGridView_SelectedIndexChanged" AllowPaging="True" > <Columns> ....</Columns></asp:GridView></ContentTemplate>
</atlas:UpdatePanel>
<!-- second UpdatePanel for Refreshing -->
<asp:Menu runat="server" OnMenuItemClick="Menu1_MenuItemClick"><Items>..</Items></asp:Menu><atlas:UpdateProgress ID="progress1" runat="server">..... </atlas:UpdateProgress>
<atlas:UpdatePanel ID="UpdatePanel1" runat="server" Mode="conditional">
<ContentTemplate>
<
asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0" OnActiveViewChanged="MultiView1_ActiveViewChanged"><!-- First View -->
<asp:View ID="Tab1" runat="server"> --- </asp:View> <asp:View ID="Tab5" runat="server"> ---</asp:View></asp:MultiView>
</ContentTemplate> <Triggers><atlas:ControlEventTrigger ControlID="SummaryGridView" EventName="PageIndexChanging" /> </Triggers></atlas:UpdatePanel>