918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/8346f1f3/9c1cfaad/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/8346f1f3/9c1cfaad/App_Web_1lpdjtld.13.cs
?#pragma checksum "D:\wwwroot\bujuan\wwwroot\MainTopMenu.aspx.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E58A4752CC32F1CA1A3C51C9FFBFEBCFE45EED1F"

#line 1 "D:\wwwroot\bujuan\wwwroot\MainTopMenu.aspx.cs"
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;

namespace EasyExam
{
	/// <summary>
	/// MainTopMenu 的提要注明。
	/// </summary>
	public partial class MainTopMenu : System.Web.UI.Page
	{

		string myLoginID="";
		string myUserName="";
	
		protected void Page_Load(object sender, System.EventArgs e)
		{
			try
			{
				myLoginID=Session["LoginID"].ToString();
				myUserName=Session["UserName"].ToString();
			}
			catch
			{
			}
			if (myLoginID=="")
			{
				Response.Redirect("Login.aspx");
			}
            LoginID.Text=Convert.ToString(myLoginID);
            UserName.Text=Convert.ToString(myUserName);
		}

		#region Web 窗体设计器天生的代码
		override protected void OnInit(EventArgs e)
		{
			//
			// CODEGEN: 该挪用是 ASP.NET Web 窗体设计器所必须的。
			//
			InitializeComponent();
			base.OnInit(e);
		}
		
		/// <summary>
		/// 设计器支持所需的步骤 - 不要使用代码编纂器批改
		/// 此步骤的内容。
		/// </summary>
		private void InitializeComponent()
		{    

		}
		#endregion
	}
}


#line default
#line hidden