Rad Controls Commented Out in Migrated User Control??

Posted by Community Admin on 05-Aug-2018 16:59

Rad Controls Commented Out in Migrated User Control??

All Replies

Posted by Community Admin on 09-May-2012 00:00

I ran through the migration wizard from 3.7 to 5, the migration wizard worked but in some of my user controls, it commented all the RAD controls out???

It modified the top "Control" tag as well and commented out the Language, AutoEvenWireup, CodeFile, and Inherits part??

Some of my controls seem to have worked fine, other did not.  What's the difference?

<%-- Migration processed--%><%@ Control Language="C#" AutoEventWireup="true"
     %>
<%-- <%@ Control Language="C#" AutoEventWireup="true" CodeFile="PaymentWizard.ascx.cs"
    Inherits="PaymentWizard" %> --%>
 
<%-- <telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="btnSubmit">
            <UpdatedControls>
                <%-- <telerik:AjaxUpdatedControl ControlID="pnlPayNow"
                    LoadingPanelID="RadAjaxLoadingPanel1" /> --%>
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy> --%>
<%-- <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" EnableSkinTransparency="true"
    BackgroundPosition="Center" Transparency="30" AnimationDuration="250">
    <div style="background-color: White; height: 100%; width: 100%;">
        <img alt="Loading..." src='<%--= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") --%>'
            style="border: 0px;" />
    </div>
</telerik:RadAjaxLoadingPanel> --%>
<asp:Panel ID="pnlPayNow" runat="server">
    <asp:HiddenField runat="server" ID="hfHiddenPage" Value="Input" />
    <script type="text/javascript">

This thread is closed