随笔分类 -  C#

在c#中图片原比例缩放
摘要:在c#中图片原比例缩放 cs中的一种写法.要引用using System.IO; string image_path = this.MapPath("~/work/" + Logo.jpg); ImageButtonLogo.Width = 120; ImageButtonLogo.Height = 90; ... 阅读全文

posted @ 2008-02-27 17:35 秋天 阅读(1488) 评论(0) 推荐(0) 编辑

Button,LinkButton...弹出新窗口及关闭
摘要:1.Button html 或 .cs 在Page_Load里加 Button1.Attributes.Add("onclick", "this.form.target='_blank'"); protected void Button1_Click(object sender, EventArgs e) { Response.Redirect("~/De... 阅读全文

posted @ 2008-02-27 13:16 秋天 阅读(3711) 评论(0) 推荐(0) 编辑

C#中的常用函数和方法集
摘要: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 取当前日 ... 阅读全文

posted @ 2008-02-26 16:07 秋天 阅读(402) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示