文章分类 -  ASP.net

摘要: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 日=curre... 阅读全文
posted @ 2008-07-02 15:18 changton 阅读(145) 评论(0) 推荐(0)
摘要:By Tomas Petricek. Highly customizable JavaScript popup control for web page wrapped in ASP.NET custom control. Download demo project (C# and VB.NET) - 38.1 Kb Download control with source ... 阅读全文
posted @ 2007-04-05 22:31 changton 阅读(534) 评论(0) 推荐(0)
摘要:标题 ASP.NET编程中的十大技巧 选择自 valon0908 的 Blog 关键字 ASP.NET编程中的十大技巧 出处 在本篇文件中,我们将讨论编程人员在使用ASP.NET开发应用程序时需要注意的10个技巧,这些技巧涉及从缺省的控件、表单名的改变到StringBuilder类的使用,有助于编程人员能够尽快地适应.NET环境。 1、在使用Visual S... 阅读全文
posted @ 2005-03-03 08:23 changton 阅读(159) 评论(0) 推荐(0)