摘要: 以进度1-100为例 创建类 Press namespace WindowsFormsApplication1{ class PressValue : EventArgs { public int value { set; get; } ... 阅读全文
posted @ 2011-04-18 23:54 Crazy Coder 阅读(1420) 评论(0) 推荐(0) 编辑
摘要: WebService有两个方法: [WebMethod(EnableSession = true)] public bool Login(string strName) { Session["UserName"] = strName; } [WebMethod... 阅读全文
posted @ 2011-04-18 20:24 Crazy Coder 阅读(1921) 评论(0) 推荐(0) 编辑
摘要: WebForm: private string GetMd5(string ps) { return System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(ps,"MD... 阅读全文
posted @ 2011-04-18 19:32 Crazy Coder 阅读(804) 评论(0) 推荐(0) 编辑