HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RMourik/bassol.nl/wwwroot/CMSInstall/Controls/WizardSteps/DBProgress.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="DBProgress.ascx.cs" Inherits="CMSInstall_Controls_WizardSteps_DBProgress" %>
<div class="install-progress-label">
    <asp:Label ID="lblDBProgress" runat="server" EnableViewState="false" />
</div>
<asp:Panel ID="pnlDBProgress" runat="server">
    <div class="install-progress">
        <table class="install-wizard" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="left" style="vertical-align: top">
                    <div class="install-progress-database">
                        <div style="margin: 5px 0px 5px 5px;">
                            <asp:Literal ID="ltlDBProgress" runat="server" />
                        </div>
                    </div>
                </td>
            </tr>
        </table>
    </div>
</asp:Panel>