This is a migrated thread and some comments may be shown as answers.

Error at page load after update telerik version?

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Madhu Palakurthi
Top achievements
Rank 1
Madhu Palakurthi asked on 14 May 2013, 07:48 AM
Hi,

I have updated telerik version to "2013, 1, 417, 35"

Please help me to solve this error :  
 

Server Error in '/emarine_dev_test' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30108: 'Page' is a type and cannot be used as an expression.

Source Error:

Line 21: <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px"
Line 22:     Width="75px" Transparency="25">
Line 23:     <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'
Line 24:         style="border: 0;" />
Line 25: </telerik:RadAjaxLoadingPanel>


aspx:

<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false"
    CodeFile="Add_t_eMarine_SpecialRate_Setup.aspx.vb" Inherits="Add_t_eMarine_SpecialRate_Setup" %>
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Common" %>
<%@ Register TagPrefix="uc" TagName="RadGrid" Src="~/Shared/eMarineTelerikGrid2.ascx" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
    <style type="text/css">
        .innerTableCell
        {
            width: 450px;
        }
    </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
    <telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true">
        <Windows>
            <telerik:RadWindow ID="rw_customConfirm" Modal="true" VisibleTitlebar="false" runat="server"
                VisibleStatusbar="false" Width="450px" Height="150px">
                <ContentTemplate>
                    <table>
                        <tr>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td width="20px">
                            </td>
                            <td>
                                <asp:Label Style="font-size: 12px; font-family: Arial;" ID="lblTaskNo" Text="Required field(s) not provided."
                                    runat="server">
                                </asp:Label>
                            </td>
                        </tr>
                        <tr>
                            <td>
                            </td>
                            <td style="font-size: 12px; font-family: Arial;">
                                Do you want to save?
                            </td>
                        </tr>
                    </table>
                    <table>
                        <tr>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td width="20px">
                            </td>
                            <telerik:RadButton runat="server" ID="rbConfirm_Cancel" Text="OK" OnClientClicked="closeCustomConfirm">
                                </telerik:RadButton>
                 <%--           <td width="80px">
                                <telerik:RadButton runat="server" ID="rbConfirm_OK" Text="OK">
                                </telerik:RadButton>
                            </td>
                            <td>
                                <telerik:RadButton runat="server" ID="rbConfirm_Cancel" Text="Cancel" OnClientClicked="closeCustomConfirm">
                                </telerik:RadButton>
                            </td>--%>
                        </tr>
                    </table>
                </ContentTemplate>
            </telerik:RadWindow>
            <telerik:RadWindow ID="rw_customAlert" Modal="true" VisibleTitlebar="false" runat="server"
                VisibleStatusbar="false" Width="450px" Height="150px">
                <ContentTemplate>
                    <table>
                        <tr>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td width="20px">
                            </td>
                            <td>
                                <asp:Label Style="font-size: 12px; font-family: Arial;" ID="Label7" Text="Required field(s) not provided."
                                    runat="server">
                                </asp:Label>
                            </td>
                        </tr>
                        </table>
                    <table>
                        <tr>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td width="20px">
                            </td>
                            <telerik:RadButton runat="server" ID="rbAlert_Cancel" Text="OK" OnClientClicked="closeCustomAlert">
                                </telerik:RadButton>
                 <%--           <td width="80px">
                                <telerik:RadButton runat="server" ID="rbConfirm_OK" Text="OK">
                                </telerik:RadButton>
                            </td>
                            <td>
                                <telerik:RadButton runat="server" ID="rbConfirm_Cancel" Text="Cancel" OnClientClicked="closeCustomConfirm">
                                </telerik:RadButton>
                            </td>--%>
                        </tr>
                    </table>
                </ContentTemplate>
            </telerik:RadWindow>
        </Windows>
    </telerik:RadWindowManager>
    <asp:Table ID="Table1" runat="server" CssClass="dialog_view" CellPadding="0" CellSpacing="0"
        border="0" Width="700px">
        <asp:TableRow>
            <asp:TableCell CssClass="dh"> <asp:Table ID="Table2" runat="server" CellPadding="0" CellSpacing="0" Width="100%"
                    border="0">
                    <asp:TableRow>
                        <asp:TableCell CssClass="dhel"><img src="../Images/space.gif" alt=""/></asp:TableCell><asp:TableCell CssClass="dheci" valign="middle"><a onclick="toggleExpandCollapse(this);"><img id="Img1" src="../Images/DialogHeaderIconCollapse.gif" border="0" alt="Collapse panel"/></a></asp:TableCell><asp:TableCell CssClass="dhb"> <asp:Table ID="Table3" runat="server" CellPadding="0" CellSpacing="0" border="0">
                                <asp:TableRow>
                                    <asp:TableCell CssClass="dhtr" valign="middle"> <asp:Literal runat="server" ID="T_eMarine_CISTitle" Text="Add Marine Special Rate Setup"> </asp:Literal></asp:TableCell></asp:TableRow></asp:Table></asp:TableCell><asp:TableCell CssClass="dher"><img src="../Images/space.gif" alt=""/></asp:TableCell></asp:TableRow></asp:Table></asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell> <asp:Table runat="server" ID="CollapsibleRegion" CellPadding="0" CellSpacing="0"
                    border="0" Width="100%">
                    <asp:TableRow>
                        <asp:TableCell> <asp:Table runat="server" ID="FilterRegion" CellPadding="0" CellSpacing="3" border="0">
                            </asp:Table>
                            <div class="spacer">
                            </div>
                            <asp:Table ID="Table4" runat="server" CellSpacing="0" CellPadding="0" border="0"
                                Width="100%">
                                <asp:TableRow>
                                    <asp:TableCell> <asp:Table ID="Table5" runat="server" CellSpacing="0" CellPadding="0" border="0"
                                            Width="100%">
                                            <asp:TableRow>
                                                <asp:TableCell> <asp:Table ID="Table6" runat="server" CssClass="tv" CellPadding="0" CellSpacing="0"
                                                        border="0">
                                                    </asp:Table>
                                                </asp:TableCell>
                                            </asp:TableRow>
                                        </asp:Table>
                                    </asp:TableCell>
                                </asp:TableRow>
                            </asp:Table>
                        </asp:TableCell>
                    </asp:TableRow>
                    <asp:TableRow>
                        <asp:TableCell CssClass="dialog_body"> <telerik:InformationBox Style="padding-bottom: 1em;" ID="InformationBox" ForeColor="Blue"
                                Title="    Purpose : Update rate for special condition " runat="server">
                            </telerik:InformationBox>
                            <asp:Table ID="Table8" runat="server" Width="900px">
                                <asp:TableRow>
                                    <asp:TableCell> <asp:Table ID="Table9" runat="server">
                                            <asp:TableRow>
                                                <asp:TableCell CssClass="innerTableCell"> <asp:Table ID="Table7" runat="server" CellPadding="0" CellSpacing="3" border="0">
                                                        <asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblType" runat="server" Text="Type :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv">
                                                            <telerik:RadComboBox ID="radType" runat="server"  Visible="true"
                                                               AllowCustomText="true" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                                                                    Width="400px" Height="240px" EmptyMessage="Enter keyword search here"
                                                                    AutoPostBack="true" EnableVirtualScrolling="true" >
                                                                </telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="*" ControlToValidate="radType"></asp:RequiredFieldValidator>
<%--                                                            <telerik:RadComboBox ID="radType" runat="server" DataTextField="thedisplay" DataValueField ="thevalue" DataSourceID ="sqlDataSource1">
                                                                </telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="*" ControlToValidate="radType"></asp:RequiredFieldValidator><asp:SqlDataSource ID="sqlDataSource1" runat="server"
                                                                               ConnectionString="<%$ ConnectionStrings:eMarineConnectionString %>"
                                                                                 SelectCommand="select '~Please select~' as thedisplay,  '' as thevalue union all select 'Global' as thedisplay,  'Global' as thevalue union all select 'Local' as thedisplay,  'Local' as thevalue ">
                                                                </asp:SqlDataSource>--%>
                                                            </asp:TableCell>
                                                        </asp:TableRow>
                                                        <asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblconveyance" runat="server" Text="Conveyance by :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadComboBox ID="Radconveyance" runat="server"  Visible="true"
                                                               AllowCustomText="true" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                                                                    Width="400px" Height="240px" EmptyMessage="Enter keyword search here"
                                                                    AutoPostBack="true" EnableVirtualScrolling="true" >
                                                                     <HeaderTemplate>
                                                                        <table style="width: 375px" cellspacing="0" cellpadding="0">
                                                                            <tr>
                                                                                <td style="width: 200px;">
                                                                                    Description </td><td style="width: 175px;">
                                                                                    Conveyance </td></tr></table></HeaderTemplate><ItemTemplate>
                                                                        <table style="width: 375px" cellspacing="0" cellpadding="0">
                                                                            <tr>
                                                                                <td style="width: 200px;">
                                                                                    <%#DataBinder.Eval(Container, "Attributes['thedisplay']")%> </td><td style="width: 175px;">
                                                                                    <%#DataBinder.Eval(Container, "Attributes['thevalue']")%> </td></tr></table></ItemTemplate></telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="*" ControlToValidate="Radconveyance"></asp:RequiredFieldValidator></asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblShipmenttype" runat="server" Text="Shipment type :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadComboBox ID="RadShipmenttype" runat="server"  Visible="true"
                                                               AllowCustomText="true" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                                                                    Width="400px" Height="240px" EmptyMessage="Enter keyword search here"
                                                                    AutoPostBack="true" EnableVirtualScrolling="true" >
                                                                </telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="*" ControlToValidate="RadShipmentType"></asp:RequiredFieldValidator></asp:TableCell></asp:TableRow><asp:TableRow>
                                                             <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblPacking" runat="server" Text="Packing :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadComboBox ID="RadPacking" runat="server"  Visible="true"
                                                               AllowCustomText="true" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                                                                    Width="400px" Height="240px" EmptyMessage="Enter keyword search here"
                                                                    AutoPostBack="true" EnableVirtualScrolling="true" >
                                                                </telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ErrorMessage="*" ControlToValidate="RadPacking"></asp:RequiredFieldValidator></asp:TableCell></asp:TableRow><asp:TableRow>
                                                             <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblCommodity" runat="server" Text="Commodity :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadComboBox ID="RadCommodity" runat="server"  Visible="true"
                                                               AllowCustomText="true" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                                                                    Width="400px" Height="240px" EmptyMessage="Enter keyword search here"
                                                                    AutoPostBack="true" EnableVirtualScrolling="true" >
                                                                </telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ErrorMessage="*" ControlToValidate="RadCommodity"></asp:RequiredFieldValidator></asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblClientmaster" runat="server" Text="Client master :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadTextBox id="txtClientmaster" runat ="server" Text ="" ReadOnly ="true" ></telerik:RadTextBox>
                                                            </asp:TableCell>
                                                        </asp:TableRow>
                                                        <asp:TableRow>
                                                              <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblExport1" runat="server" Text="Export Type :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv">
                                                               <%--<telerik:RadComboBox ID="RadExport1" runat="server" DataTextField="thedisplay" DataValueField ="thevalue" DataSourceID ="sqlDataSource6"  Width ="300px">
                                                                </telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="*" ControlToValidate="RadExport1"></asp:RequiredFieldValidator><asp:SqlDataSource ID="sqlDataSource6" runat="server"
                                                                               ConnectionString="<%$ ConnectionStrings:eMarineConnectionString %>"
                                                                                 SelectCommand="select '~Please select~' as thedisplay,  '' as thevalue union all select 'Import' as thedisplay,  'Import' as thevalue union all select 'Export' as thedisplay,  'Export' as thevalue ">
                                                                </asp:SqlDataSource>--%>
                                                                 <telerik:RadComboBox ID="RadExport1" runat="server"  Visible="true"
                                                               AllowCustomText="true" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                                                                    Width="400px" Height="240px" EmptyMessage="Enter keyword search here"
                                                                    AutoPostBack="true" EnableVirtualScrolling="true" >
                                                                </telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="*" ControlToValidate="RadExport1"></asp:RequiredFieldValidator>                                                                             
                                                            </asp:TableCell>
                                                        </asp:TableRow>
                                                          <asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="Label4" runat="server" Text="Marine Rate :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadTextBox id="txtMarineRate" runat ="server" Text =""></telerik:RadTextBox>
                                                               <asp:CompareValidator ID="validator" runat="server" ControlToValidate="txtMarineRate" Operator="DataTypeCheck" Type="Double" ErrorMessage="Value must be a number" />
                                                               <asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ErrorMessage="*" ControlToValidate="txtMarineRate"></asp:RequiredFieldValidator></asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="Label5" runat="server" Text="WSRCC Rate :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadTextBox id="txtWSRCCRate" runat ="server" Text =""></telerik:RadTextBox>
                                                                <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtWSRCCRate" Operator="DataTypeCheck" Type="Double" ErrorMessage="Value must be a number" />
                                                                 <asp:RequiredFieldValidator ID="RequiredFieldValidator8" runat="server" ErrorMessage="*" ControlToValidate="txtWSRCCRate"></asp:RequiredFieldValidator></asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="lblCountry" runat="server" Text="Country :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadComboBox ID="RadCountry" runat="server"  Visible="true"
                                                               AllowCustomText="true" EnableLoadOnDemand="True" ShowMoreResultsBox="true"
                                                                    Width="400px" Height="240px" EmptyMessage="Enter keyword search here"
                                                                    AutoPostBack="true" EnableVirtualScrolling="true" >
                                                                </telerik:RadComboBox>
                                                                 
                                                              </asp:TableCell>
                                                        </asp:TableRow>
                                                           <asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="Label6" runat="server" Text="Exclude the selected country :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <asp:CheckBox id="chkIsExclusion" Text ="The rate is apply excluded the selected country" runat ="server" />
                                                                                                                    <%--  <asp:CheckBoxList ID="ChkCoverage" runat="server" DataValueField="thevalue" DataTextField ="thedisplay" DataSourceID ="sqlDataSource2">
                                                    </asp:CheckBoxList>                                                        
                                               <asp:SqlDataSource ID="sqlDataSource2" runat="server"
                                                                               ConnectionString="<%$ ConnectionStrings:eMarineConnectionString %>"
                                                                                 SelectCommand="select 'Cover up to destination port only' as thedisplay,  'Cover up to destination port only' as thevalue union all select 'Cover up to final inland destination' as thedisplay,  'Cover up to final inland destination' as thevalue">
                                                                </asp:SqlDataSource>--%> </asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="Label2" runat="server" Text="Ports :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <asp:CheckBoxList ID="ChkRelatedPort" runat="server" DataValueField="Ports" DataTextField ="Ports" RepeatColumns="10" TextAlign="Left">
                                                    </asp:CheckBoxList>                                                        
                                                   <%-- <telerik:RadTreeView ID="tvChkPorts" runat="server" >
                                                    </telerik:RadTreeView>
                                                                                               <asp:Label ID="lblErrTreeViewValidate" Visible="false" ForeColor="Red" runat="server"
                                                        Text="* Please select at least one check box!">
                                                    </asp:Label>--%> </asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="Label1" runat="server" Text="Coverage :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <asp:CheckBox id="chkCoverPort" Text ="Cover up to destination port only" runat ="server" onclick="CheckCP(this);"/>
                                                            <asp:CheckBox id="chkCoverDest" Text ="Cover up to final inland destination" runat ="server" onclick="CheckCD(this);"  />
                                                         <%--  <asp:CheckBoxList ID="ChkCoverage" runat="server" DataValueField="thevalue" DataTextField ="thedisplay" DataSourceID ="sqlDataSource2">
                                                    </asp:CheckBoxList>                                                        
                                               <asp:SqlDataSource ID="sqlDataSource2" runat="server"
                                                                               ConnectionString="<%$ ConnectionStrings:eMarineConnectionString %>"
                                                                                 SelectCommand="select 'Cover up to destination port only' as thedisplay,  'Cover up to destination port only' as thevalue union all select 'Cover up to final inland destination' as thedisplay,  'Cover up to final inland destination' as thevalue">
                                                                </asp:SqlDataSource>--%> </asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell CssClass="fls"> <asp:Label CssClass="fls" ID="Label3" runat="server" Text="Description :"></asp:Label></asp:TableCell><asp:TableCell CssClass="dfv"> <telerik:RadTextBox id="raddesciption" runat ="server" ></telerik:RadTextBox
                                                              </asp:TableCell>
                                                        </asp:TableRow>
                                                         
                                        </asp:Table>
                                    </asp:TableCell>
                                     
                                      <asp:TableCell></asp:TableCell></asp:TableRow><asp:TableRow>
                                                           <asp:TableCell> <telerik:RadButton ID="btnSaveNClose" CausesValidation="false" runat="server"
                                                                    Text="Save and Close">
                                                                </telerik:RadButton>
                                                            <telerik:RadButton ID="btnSaveNCopyNew" CausesValidation="false" runat="server" Text="Save, Copy and New">
                                                                </telerik:RadButton>
                                                            <telerik:RadButton ID="btnClear" CausesValidation="false" runat="server" Text="Clear">
                                                                </telerik:RadButton>
                                                            <telerik:RadButton ID="btnCancel" CausesValidation="false" runat="server" Text="Cancel">
                                                                </telerik:RadButton>
                                                            </asp:TableCell> <asp:TableCell></asp:TableCell>
                                    </asp:TableRow>
                                                     <%--   <asp:TableRow Style="padding-bottom: 1em;">
                                                            <asp:TableCell></asp:TableCell></asp:TableRow><asp:TableRow>
                                                            <asp:TableCell></asp:TableCell><asp:TableCell> <telerik:RadButton ID="btnSaveNClose" CausesValidation="false" runat="server"
                                                                    Text="Save and Close">
                                                                </telerik:RadButton>
                                                            </asp:TableCell>
                                                            
                                                            <asp:TableCell> <telerik:RadButton ID="btnSaveNCopyNew" CausesValidation="false" runat="server" Text="Save, Copy and New">
                                                                </telerik:RadButton>
                                                            </asp:TableCell>
                                                                 <asp:TableCell> <telerik:RadButton ID="btnClear" CausesValidation="false" runat="server" Text="Clear">
                                                                </telerik:RadButton>
                                                            </asp:TableCell>
                                                                 <asp:TableCell> <telerik:RadButton ID="btnCancel" CausesValidation="false" runat="server" Text="Cancel">
                                                                </telerik:RadButton>
                                                            </asp:TableCell>
                                                        </asp:TableRow>--%>
                                                    </asp:Table>
                                                </asp:TableCell>
                                            </asp:TableRow>
                                        </asp:Table>
                                    </asp:TableCell>
                         <%--           <asp:TableCell CssClass="innerTableCell">
                                          <telerik:InformationBox ID="InformationBox1" ForeColor="Blue" runat="server">
                                            Tips :
                                            <ul>
                                                <li>1. </li>
                                            </ul>
                                        </telerik:InformationBox>
                                            </asp:TableCell>--%></asp:TableRow></asp:Table></asp:TableCell>
                    </asp:TableRow>
            
                </asp:Table>
            </asp:TableCell>
        </asp:TableRow>
    </asp:Table>
    <telerik:RadScriptBlock ID="radScriptBlock1" runat="server">
 
        <script type="text/javascript">
            function closeCustomConfirm() {
                $find("<%=rw_customConfirm.ClientID %>").close();
            }
 
            function closeCustomAlert() {
                $find("<%=rw_customAlert.ClientID %>").close();
            }
             
            function CheckCP(CheckBox1) {
 
                //                var ctlCover = document.getElementById("chkCoverDest");
                var ctlCover = document.getElementById("ctl00_ContentPlaceHolder1_chkCoverDest");
                 
                if (CheckBox1.checked) {
                    ctlCover.checked = false;
                }
                else {
                    ctlCover.checked = true;
                }
 
            }
 
            function CheckCD(CheckBox1) {
 
                //                var ctlCover = document.getElementById("chkCoverPort");
                var ctlCover = document.getElementById("ctl00_ContentPlaceHolder1_chkCoverPort");
 
                if (CheckBox1.checked) {
                    ctlCover.checked = false;
                }
                else {
                    ctlCover.checked = true;
                }
 
            }
        </script>
 
 
    </telerik:RadScriptBlock>
</asp:Content>

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 17 May 2013, 01:46 PM
Hi Narsa,

Based on the information provided it would be hard to determine what is causing this problem. Now it seems the image is not referenced correctly. However in the page code provided I did not notice the loading panel reference. Could you please elaborate more on how is ajaxification in the project done? It would be best to show us your entire code so we could get a better understanding of the implementation.

All the best,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Madhu Palakurthi
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or