09 2015 档案
摘要:protected void Button1_Click(object sender, EventArgs e) { DataTable dt = new DataTable(); dt.Columns.Add("test1"); dt.Columns.Add("test2"); dt.Column...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Reflection;using System.Text;using System.Web.Mvc;namespace System.Web.Mvc{ #region Mvc 分页栏...
阅读全文
摘要:Window 事件属性针对 window 对象触发的事件(应用到 标签):属性值描述onafterprintscript文档打印之后运行的脚本。onbeforeprintscript文档打印之前运行的脚本。onbeforeunloadscript文档卸载之前运行的脚本。onerrorscript在...
阅读全文