or
I have two pages with RadTabStrip/RadMultiPage controls. Both the multi pages having theRenderSelectedPageOnly="true" setting. Both pages share the same user control, which has the same data. The interesting issue I'm having is that the first page is around 300K, whereas the second page is around 80K. I'm not sure how to figure this out because the control present has the same data, the same controls present, and the pages are identical. I verified both pages hasRenderSelectedPageOnly on.
Any ideas where to look first?
Thanks.
can you please provide the solution for this.
<telerik:RadGrid GridLines="None" HorizontalAlign="Left" BackColor="#EFF7FF" ID="gvDrilDown" CellPadding="0" CellSpacing="0" EnableViewState="true" AllowMultiRowSelection="false" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="true" AllowFilteringByColumn="true" PageSize="50" AllowAutomaticDeletes="false" PagerStyle-AlwaysVisible="true" PagerStyle-Mode="NextPrevAndNumeric" OnNeedDataSource="gvDrilDown_NeedDatasource" OnColumnCreated="gvDrilDown_ColumnCreated" Skin="Office2007" OnPreRender="gvDrilDown_PreRender" OnItemDataBound="gvDrilDown_ItemDataBound" HeaderStyle-HorizontalAlign="Center" ItemStyle-CssClass="borderRight" HeaderStyle-Font-Underline="true" OnItemCreated="gvDrilDown_OnItemCreated" Height="100%"> <HeaderStyle HorizontalAlign="Center" Wrap="false" CssClass="clsTableHeading1" Font-Underline="true" /> <ItemStyle /> <MasterTableView TableLayout="Auto" Name="DrilDownRpt" AllowMultiColumnSorting="false"> <NoRecordsTemplate> <span class="clsTableCellLeft1" style="padding-left: 250px;"><b>Sorry, there is no matching data available for display.</b></span> </NoRecordsTemplate> </MasterTableView> <ClientSettings EnableRowHoverStyle="false"> <Scrolling AllowScroll="true" UseStaticHeaders="true" /> <Resizing AllowRowResize="false" AllowColumnResize="false" /> </ClientSettings> <ItemStyle Font-Size="8pt" /> </telerik:RadGrid> Dim RadNotification1 As RadNotification = New RadNotificationRadNotification1.EnableShadow = TrueRadNotification1.EnableRoundedCorners = TrueRadNotification1.ShowTitleMenu = FalseRadNotification1.Text = "You have new messages!<br>date: " & DateTime.Now.ToShortTimeString & "<br><br>"RadNotification1.Show()<div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow" disabled="disabled" style="display:none;"> <div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_popup" class="RadNotification RadNotification_campDashboardNotification" style="height:53px;display:none;position:absolute;"> <div class="rnTitleBar" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_titlebar" style="display:none;"> <span class="rnTitleBarIcon"><img src="info" alt="" /></span><span class="rnTitleBarTitle"></span><ul class="rnCommands"> <li class="rnCloseIcon"><a href="href" title="Close" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_rnCloseIcon"></a></li> </ul> </div><div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_XmlPanel" class="RadXmlHttpPanel"> <div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_C" class="rnContentWrapper"> <img src="../images/WarningIcon.png" alt="Warning" /> Warning: Please ensure you are using a browser that Campaigner currently supports. <a href="#" onclick="ShowBrowserSupportWindow();return false;">Learn More</a> <a href="#" onclick="closeNotificationWindow(); return false;" class="lnkClose"> <img src="../Skins/Custom/Notification/campDashboardNotification_close.gif" alt="close" /> </a> </div><input type="hidden" name="ctl00$ctl00$ctl00$ContentPlaceHolder1$ContentPlaceHolder1$ContentPlaceHolder1$radNotificationWindow$hiddenState" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_hiddenState" /><input id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_XmlPanel_ClientState" name="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_XmlPanel_ClientState" type="hidden" /> </div><div id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_TitleMenu"> <div class="RadMenu RadMenu_campDashboardNotification RadMenu_Context RadMenu_campDashboardNotification_Context "> </div><input class="rmActive rmVertical rmGroup rmLevel1" id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_TitleMenu_ClientState" name="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_TitleMenu_ClientState" type="hidden" /> </div> </div><input id="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_ClientState" name="ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentPlaceHolder1_radNotificationWindow_ClientState" type="hidden" /></div><img src="info" alt="" /><telerik:RadNotification ID="radNotificationWindow" runat="server" OnClientShown="OnClientShown" Skin="campDashboardNotification" Height="53" VisibleOnPageLoad="true" Pinned="true" Position="TopLeft" AutoCloseDelay="6000" EnableEmbeddedSkins="false" VisibleTitlebar="false" > <ContentTemplate> <img src="../images/WarningIcon.png" alt="Warning" /> Warning: Please ensure you are using a browser that Campaigner currently supports. <a href="#" onclick="ShowBrowserSupportWindow();return false;">Learn More</a> <a href="#" onclick="closeNotificationWindow(); return false;" class="lnkClose"> <img src="../Skins/Custom/Notification/campDashboardNotification_close.gif" alt="close" /> </a> </ContentTemplate> </telerik:RadNotification>