leves

使一切更加简单!

导航

2005年7月13日 #

2个页面间不通过Session与url的传值方式。 选择自 syeerzy 的 Blog

摘要: 下面是全部代码,已经编译通过。Chuandi(传递)是名字空间 WebForm1: WebForm1 using System;namespace chuandi{ public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.TextBox TextBox1; ... 阅读全文

posted @ 2005-07-13 14:27 leves 阅读(491) 评论(0) 推荐(0)

c#.net常用的小函数和方法集 选择自 Navywang917 的 Blog

摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=cu... 阅读全文

posted @ 2005-07-13 12:11 leves 阅读(595) 评论(1) 推荐(0)