protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ZWL.Common.PublicMethod.CheckSession(); ZWL.BLL.ERPFileList MyModel = new ZWL.BLL.ERPFileList(); MyModel.GetModel(int.Parse(Request.QueryString["ID"].ToString())); //this.HyperLink1.Text = MyModel.FileName; //this.HyperLink1.NavigateUrl = "../UploadFile/" + MyModel.FilePath; this.Label4.Text = ZWL.Common.PublicMethod.GetWenJian2(MyModel.FilePath, "../UploadFile/"); this.Label5.Text = MyModel.FileName; this.TextBox1.Text = MyModel.BianHao; this.TxtContent.Text = MyModel.BackInfo; this.Label1.Text = MyModel.DaXiao.ToString(); this.Label2.Text = MyModel.FileType; this.Label3.Text = MyModel.FilePath; txtCanView.Text = MyModel.CanView; txtCanAdd.Text = MyModel.CanAdd; txtCanMod.Text = MyModel.CanMod; txtCanDel.Text = MyModel.CanDel; } }
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ZWL.Common.PublicMethod.CheckSession(); ZWL.BLL.ERPFileList MyModel = new ZWL.BLL.ERPFileList(); MyModel.GetModel(int.Parse(Request.QueryString["ID"].ToString())); this.Label8.Text = MyModel.FileName; //this.HyperLink1.Text = MyModel.FileName; //this.HyperLink1.NavigateUrl = "../UploadFile/" + MyModel.FilePath; this.Label7.Text = ZWL.Common.PublicMethod.GetWenJian(MyModel.FilePath, "../UploadFile/"); this.Label1.Text = MyModel.BianHao; this.Label6.Text = MyModel.BackInfo; this.Label2.Text = MyModel.DaXiao.ToString(); this.Label3.Text = MyModel.ShangChuanTime.ToString(); this.Label4.Text = MyModel.UserName; this.Label5.Text = MyModel.FileType; this.Label9.Text = MyModel.CanView; this.Label10.Text = MyModel.CanAdd; this.Label11.Text = MyModel.CanMod; this.Label12.Text = MyModel.CanDel; //写系统日志 ZWL.BLL.ERPRiZhi MyRiZhi = new ZWL.BLL.ERPRiZhi(); MyRiZhi.UserName = ZWL.Common.PublicMethod.GetSessionValue("UserName"); MyRiZhi.DoSomething = "查看文件信息(" + this.Label8.Text + ")"; MyRiZhi.IpStr = System.Web.HttpContext.Current.Request.UserHostAddress.ToString(); MyRiZhi.Add(); } }
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ZWL.Common.PublicMethod.CheckSession(); ZWL.BLL.ERPFileList MyModel = new ZWL.BLL.ERPFileList(); MyModel.GetModel(int.Parse(Request.QueryString["ID"].ToString())); this.TextBox1.Text = MyModel.FileName; this.TextBox2.Text = MyModel.BianHao; this.RadioButtonList1.SelectedValue = MyModel.IfShare; } }
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ZWL.Common.PublicMethod.CheckSession(); ZWL.BLL.ERPFileList MyModel = new ZWL.BLL.ERPFileList(); MyModel.GetModel(int.Parse(Request.QueryString["ID"].ToString())); this.TextBox1.Text = MyModel.FileName; this.TextBox2.Text = MyModel.BianHao; this.RadioButtonList1.SelectedValue = MyModel.IfShare; txtCanView.Text = MyModel.CanView; txtCanAdd.Text = MyModel.CanAdd; txtCanMod.Text = MyModel.CanMod; txtCanDel.Text = MyModel.CanDel; } }
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ZWL.Common.PublicMethod.CheckSession(); ZWL.BLL.ERPFileList MyModel = new ZWL.BLL.ERPFileList(); MyModel.GetModel(int.Parse(Request.QueryString["ID"].ToString())); this.HyperLink1.Text = MyModel.FileName; this.HyperLink1.NavigateUrl = "../UploadFile/" + MyModel.FilePath; this.TextBox1.Text = MyModel.BianHao; this.TxtContent.Text = MyModel.BackInfo; this.Label1.Text = MyModel.DaXiao.ToString(); this.Label2.Text = MyModel.FileType; this.Label3.Text = MyModel.FilePath; this.HyperLink2.NavigateUrl = "../DsoFramer/ReadFile.aspx?FilePath=" + this.Label3.Text; this.HyperLink3.NavigateUrl = "../DsoFramer/EditFile.aspx?FilePath=" + this.Label3.Text; } }