摘要:
今天的任务是主面板master嘿嘿上头有几个按钮,登录登出,个人信息,注册注销等,他们是根据用户是否等率决定的具体代码如下using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public partial class MasterPage : System.Web.UI.MasterPage{ protected void Page_Load(object sender, Eve... 阅读全文
摘要:
从周一开始,到今天我学会了upload,download功能中的upload功能,可以上传任意格式的文件到指定文件夹下了,嘿嘿代码如下using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;public partial class upload : System.Web.UI.Page{ public string title = null; ... 阅读全文