or
RadAjaxManager ajaxManager = RadAjaxManager.GetCurrent(Page); ajaxManager.AjaxRequest += new RadAjaxControl.AjaxRequestDelegate(this.RadAjaxManager1_AjaxRequest); var ucToolMfgInfo = (UserControls_ToolsDetailsMfgInfoUC)Page.LoadControl("~/Tools/UserControls/ToolsDetailsMfgInfoUC.ascx");function refreshGridComponent(arg, arg1) { alert('test111'); var ajaxManager = $find("<%= RadAjaxManager.GetCurrent(this.Page).ClientID %>"); ajaxManager.ajaxRequest("Component"); }protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e) { try { if (e.Argument == "Component") LoadUserControls("A3"); } }<telerik:RadGrid ID="ReportsDataGrid" runat="server" AutoGenerateColumns="false" AllowPaging="true" AllowFilteringByColumn="true" DataSourceID="ReportsDataSource" ShowGroupPanel="true" PageSize="25"> <GroupingSettings CaseSensitive="false" /> <MasterTableView DataSourceID="ReportsDataSource" DataKeyNames="SenderAddress,SourceIP" GroupLoadMode="Server" CommandItemDisplay="Top"> <Columns> <telerik:GridBoundColumn DataField="SenderAddress" HeaderText="Sender Email Address" /> <telerik:GridBoundColumn DataField="SourceIP" HeaderText="Sender Source IP Address" /> <telerik:GridBoundColumn DataField="Messages" HeaderText="Messages" DataFormatString="{0:N0}" /> <telerik:GridBoundColumn DataField="Volume" HeaderText="Volume (KB)" DataFormatString="{0:N0}" /> </Columns> <PagerStyle Mode="NextPrevAndNumeric" Position="Bottom" AlwaysVisible="true" /> <CommandItemSettings ShowAddNewRecordButton="false" ShowExportToExcelButton="true" ShowExportToCsvButton="true" /> <NestedViewTemplate> <asp:Panel runat="server" ID="InnerContainer" Visible="false"> <div class="nestedchartcontentpane" style="position:relative"> <asp:Label ID="SelectedRecordEmail" runat="server" Text='<%# Eval("SenderAddress") %>' Visible="false" /> <asp:Label ID="SelectedRecordIP" runat="server" Text='<%# Eval("SourceIP") %>' Visible="false" /> <telerik:RadHtmlChart runat="server" ID="ReportsDataChart" Width="900" Height="300" Transitions="true" DataSourceID="ReportsNestedDataSource" > <Legend> <Appearance Visible="false" /> </Legend> <PlotArea> <XAxis MajorTickType="Outside" MinorTickType="None" DataLabelsField="Date"> <LabelsAppearance DataFormatString="{0}" RotationAngle="45" /> <TitleAppearance Visible="true" Text="Date" /> <MinorGridLines Visible="false" /> </XAxis> <YAxis MajorTickType="Outside" MinorTickType="None"> <LabelsAppearance DataFormatString="{0:N0}" RotationAngle="0" /> <TitleAppearance Visible="true" Text="Messages" /> <MinorGridLines Visible="false" /> </YAxis> <Series> <telerik:LineSeries Name="Messages" MissingValues="Gap" DataField="Messages"> <LabelsAppearance Visible="false" /> <TooltipsAppearance DataFormatString="{0:N0}" /> </telerik:LineSeries> </Series> </PlotArea> </telerik:RadHtmlChart> <asp:SqlDataSource ID="ReportsNestedDataSource" runat="server" ConnectionString="<%$ ConnectionStrings:asp_statistics %>" SelectCommand="GetReportsExchTopRelayAddressesChart" SelectCommandType="StoredProcedure"> <SelectParameters> <asp:ControlParameter ControlID="ReportsSelectedDate" Name="date" PropertyName="SelectedDate" Type="DateTime" /> <asp:ControlParameter ControlID="ReportsOn" Name="type" PropertyName="SelectedValue" Type="String" /> <asp:ControlParameter ControlID="ReportsDataUnit" Name="unit" PropertyName="SelectedValue" Type="String" /> <asp:ControlParameter ControlID="SelectedRecordEmail" Name="address" PropertyName="Text" Type="String" /> <asp:ControlParameter ControlID="SelectedRecordIP" Name="sourceip" PropertyName="Text" Type="String" /> </SelectParameters> </asp:SqlDataSource> </div> </asp:Panel> </NestedViewTemplate> </MasterTableView> <ExportSettings HideStructureColumns="true" ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true" /> </telerik:RadGrid> <system.web> <httpHandlers> <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" /> <add path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" /> <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource" validate="false" /> <add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.1.12.611, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" validate="true" /> </httpHandlers></system.web>
<system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true" /> <handlers> <add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler"/> <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" /> <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" /> <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.1.12.611, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode" /> </handlers></system.webServer><telerik:RadEditor runat="server" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false" Width="99%"ToolsFile="~/RadControls/Editor/ToolsFile_slim.xml" EnableResize="False"ContentFilters="RemoveScripts,IECleanAnchors,ConvertFontToSpan,IndentHTMLContent,ConvertToXhtml" StripFormattingOptions="MSWordRemoveAll" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd" SpellCheckSettings-AjaxUrl="/Telerik.Web.UI.SpellCheckHandler.axd" ExternalDialogsPath="~/RadControls/EditorDialogs" />

<label for="resume">Upload Resume</label><BR> <div class="clear" style="height: 8px"></div><BR> <a href="#" id="upload">Select a PDF</a><span id="filename"></span><BR> <asp:FileUpload ID="FileRadUpload" runat="server" accept="application/pdf" style="visibility:hidden;height:0;" /><BR> <asp:CustomValidator ID="Customvalidator1" runat="server" Display="Dynamic" ValidationGroup="Validate"<BR> ControlToValidate="FileRadUpload" ClientValidationFunction="validateRadUpload"<BR> CssClass="errormessage" SetFocusOnError="true"><BR> <span class="errormessage">Only PDF extension are allowed</span><BR> </asp:CustomValidator> <BR> <div class="clear"></div><BR> </div><!--/field--> <BR> <div class="field"><BR> <label for="position">Desired Position:</label><BR> <telerik:RadTextBox ID="PositionRadTextBox" runat="server" EmptyMessage="" TextMode="SingleLine" CssClass="gray-02"></telerik:RadTextBox><BR> <asp:RequiredFieldValidator ID="PositionRequiredfieldvalidator" runat="server" Display="Dynamic" CssClass="errormessage" ValidationGroup="ContactGroup" ControlToValidate="PositionRadTextBox" ErrorMessage="Enter position"></asp:RequiredFieldValidator> <BR> </div><BR> <div class="field"><BR> <asp:Button ID="submit" runat="server" CssClass="submit" Text="Submit" OnClick="SubmitButton_Click" ValidationGroup="ContactGroup" /><BR> </div><BR>