Whole Page Refresh, Not Just UpdatePanel
-
Hi all, I am using ajax 1.0 ,asp.net2.0 , C#. I used nested updatepanel so that only part of page get refereshed but my problem is whole page is getting referesh or flicker(whole page goes off that is no control is visible then it comes back with control and data ) on every event(like seletedindexchaged event) I here encloesed the code please help <%@ Page Language="C#" MasterPageFile="~/DailyCallReport/Master2.master" AutoEventWireup="true" CodeFile="Dcr.aspx.cs" Inherits="DailyCallReport_Dcr" Title="Daily Call Report" %> <asp:Content ID="Content1" ContentPlaceHolderID="mainContent" Runat="Server"> <h2 style ="text-align :center ;" ><asp:Label ID="headername" Font-Size ="12pt" runat="server" Text="D a i l y C a l l R e p o r t"></asp:Label> </h2> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel id="UpdatePanelmain" ChildrenAsTriggers ="true" UpdateMode ="Conditional" runat="server"> <ContentTemplate> <asp:Panel ID="MAINPANEL" runat="server" Width= "815 px" BackColor="#FFFFFF" HorizontalAlign = "Left"> <table border = 0 > <tbody > <tr style ="background-color:#85C8D0 " align ="left" > <TD style="WIDTH: 100px; BORDER-BOTTOM: gray 1px solid; height: 28px;" align=right > <asp:Label id="Label3" runat="server" Text="Day Type" Font-Size="9pt" SkinID="LABEL_Navy_Simple"></asp:Label> </TD> <TD style="BORDER-BOTTOM: gray 1px solid; TEXT-ALIGN: left; width: 180px; height: 28px;"> <asp:DropDownList id="Ddldatetype" runat="server" Width="165px" Font-Bold="False" Font-Size="9pt" Font-Names="Arial" SkinID="DROPDOWNLIST_LONG" > </asp:DropDownList> </TD> <td style ="width:280px;" > </td> <TD style="WIDTH: 58px; BORDER-BOTTOM: gray 1px solid; height: 28px;" align=right> <asp:Label id="Label2" runat="server" Text="Date" Font-Size="9pt" Font-Names ="Arial" SkinID="LABEL_Navy_Simple"></asp:Label> </TD> <TD style="BORDER-BOTTOM: gray 1px solid; TEXT-ALIGN: left; width: 180px; height: 28px;"> <asp:TextBox ID="Txtreportingdt" runat="server" SkinID ="Textbox"></asp:TextBox> </TD> </tr> </tbody> </table> <table border = 1 > <tbody > <TR style ="background-color :#B1CCDF" > <asp:UpdatePanel id="UpdatePanel1" ChildrenAsTriggers ="False" UpdateMode ="Conditional" runat="server"> <ContentTemplate>