摘要: /*******************************************************************************/不同的浏览器,比如Internet Explorer 6,Internet Explorer 7,Mozilla Firefox等,对CSS的解析认识不一样,因此会导致生成的页面效果不一样,得不到我们所需要的页面效果。这个时候我们就需要针...阅读全文
摘要: this.DataGrid1.AllowPaging=false;Bind(DataGrid1,"select * from [work]");Response.Clear();Response.Charset="utf-8"; //输出string Title = this.Title.Text;Response.AppendHeader("Content-Disposition","attac...阅读全文