<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_老周的胡..</title><subtitle type="text">                           世事无绝对，另有新情趣。</subtitle><id>http://feed.cnblogs.com/blog/u/18019/rss</id><updated>2006-05-25T08:12:15Z</updated><author><name>老周</name><uri>http://www.cnblogs.com/Love-Hu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Love-Hu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18019/rss"/><entry><id>http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409084.html</id><title type="text">DataGrid单击改变颜色 </title><summary type="text">在Item_Create中添加代码: #region DataGrid Item Create public void DataGrid_ItemCreat(objectsender,System.Web.UI.WebControls.DataGridItemEventArgs e) { if(e.Item.ItemType==ListItemType.Item||e.Item.ItemType=...</summary><published>2006-05-25T08:12:00Z</published><updated>2006-05-25T08:12:00Z</updated><author><name>老周</name><uri>http://www.cnblogs.com/Love-Hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409084.html"/></entry><entry><id>http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409075.html</id><title type="text">asp.net的TextBox回车触发事件 </title><summary type="text">一//直接在js中写&amp;lt;scriptlanguage="javascript"&amp;gt;functionEnterTextBox() {if(event.keyCode==13&amp;amp;&amp;amp;document.all["TextBox1"].value!="") {event.keyCode=9;event.returnValue=false;document.all["TextBox1"]...</summary><published>2006-05-25T08:05:00Z</published><updated>2006-05-25T08:05:00Z</updated><author><name>老周</name><uri>http://www.cnblogs.com/Love-Hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409075.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409075.html"/></entry><entry><id>http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409054.html</id><title type="text">DataGrid数据导出到Excel</title><summary type="text">..................... ...................... DataGrid1.DataBind(); 数据绑定!Response.Clear();Response.Buffer=true;Response.ContentType="application/vnd.ms-excel";Response.Charset="";this.EnableViewState=f...</summary><published>2006-05-25T07:56:00Z</published><updated>2006-05-25T07:56:00Z</updated><author><name>老周</name><uri>http://www.cnblogs.com/Love-Hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409054.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/409054.html"/></entry><entry><id>http://www.cnblogs.com/Love-Hu/archive/2006/05/25/408762.html</id><title type="text">如何获取在Forms 身份验证中浏览器传送到服务端的Cookie相关信息</title><summary type="text">Forms 验证方式对基于用户的验证授权提供了很好的支持，可以通过一个登录页面验证用户的身份，将此用户的身份发回到客户端的Cookie，之后此用户再访问这个web应用就会连同这个身份Cookie一起发送到服务端。服务端上的授权设置就可以根据不同目录对不同用户的访问授权进行控制了。那么我们如何获取当浏览器传送过来的Cookie呢？在身份验证/login.aspx页面里可以用以下代码获取Cookie相...</summary><published>2006-05-25T03:32:00Z</published><updated>2006-05-25T03:32:00Z</updated><author><name>老周</name><uri>http://www.cnblogs.com/Love-Hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/408762.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/408762.html"/></entry><entry><id>http://www.cnblogs.com/Love-Hu/archive/2006/05/25/408680.html</id><title type="text">WEB窗体页面显示导出到Word！</title><summary type="text">以下的代码是将ＷＥＢ窗体中显示的内容导出到ＷＯＲＤ文档　　　　Response.Clear(); 　　Response.Buffer= true; 　　Response.Charset="utf-8";　　　Response.AppendHeader("Content-　　　　Disposition","attachment;filename=FileFlow.doc"); 　　Response....</summary><published>2006-05-25T02:36:00Z</published><updated>2006-05-25T02:36:00Z</updated><author><name>老周</name><uri>http://www.cnblogs.com/Love-Hu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/408680.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Love-Hu/archive/2006/05/25/408680.html"/></entry></feed>
