2008年2月27日

在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 秋天 阅读(1484) 评论(0) 推荐(0) 编辑

GridView中的RadioButton和CheckBox

摘要: ' onclick='document.getElementById("").value = this.value;' /> //获取的值就是radiobutton的值. 阅读全文

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

在javascript中如何获取用户控件里的子控件的值

摘要: 阅读全文

posted @ 2008-02-27 13:31 秋天 阅读(1947) 评论(1) 推荐(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 秋天 阅读(3704) 评论(0) 推荐(0) 编辑

IFrame自适应高度

摘要: 纵向参考 阅读全文

posted @ 2008-02-27 12:53 秋天 阅读(214) 评论(0) 推荐(0) 编辑

导航