Server IP : 103.6.199.200 / Your IP : 13.59.87.145 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/tradepan/blc.trade-panel.com/wwwroot/ |
Upload File : |
<%@ page language="C#" autoeventwireup="true" inherits="Imgr, App_Web_zq2z_uvg" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager runat="server" id="ScriptManager1" /> <asp:Timer ID="Timer1" Interval="6000" runat="server" Enabled="True" OnTick="Timer1_Tick"> </asp:Timer> <asp:UpdatePanel runat="server" id="UpdatePanel1" UpdateMode="Conditional"> <Triggers> <asp:AsyncPostBackTrigger ControlID="Timer1" EventName="Tick"/> </Triggers> <contenttemplate> <font size="2pt"><asp:Label ID="Label1" runat="server" Width="126px" Text="" Height="18px"></asp:Label> </font> <br /> <asp:Image ID="Image1" runat="server" width="390" /><br /><br /> <asp:Image ID="Image2" runat="server" width="390" /><br /><br /> <br /><br /><br /><br /> <asp:Label ID="lblPicture" runat="server" Text=""></asp:Label> <br /><br /><br /><br /><br /><br /> </contenttemplate> </asp:UpdatePanel> </div> </form> </body> </html>