<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zhouzhou727" type="application/rss+xml" ref="self"></atom:link><lastBuildDate>Fri, 17 Aug 2007 10:28:00 GMT</lastBuildDate><title>.NET C# AOD.NET</title><description>忘记该忘记的，记住该记住的。</description><item><title>ASP.NET 程序中常用的三十三种代码</title><link>http://blog.csdn.net/zhouzhou727/archive/2007/08/17/1747851.aspx</link><wfw:comment>comments/1747851.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1747851.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747851</trackback:ping><description>1. 打开新的窗口并传送参数：　　
传送参数： 
response.write(&quot;＜script＞window.open(’*.ASPx?id=&quot;+this.DropDownList1.SelectIndex+&quot;&amp;id1=&quot;+...+&quot;’)＜/script＞&quot;) 
　　接收参数： 

string a = Request.QueryString(&quot;id&quot;); 
string b = Request.QueryString(&quot;id1&quot;); 
　　2.为按钮添加对话框 

Button1.Attributes.Add(&quot;onclick&quot;,&quot;return confirm(’确认?’)&quot;); 
button.attributes.add(&quot;onclick&quot;,&quot;if(confirm(’are you sure...?’)){return true;}else{return false;}&quot;) 
　　3.删除表格选定记录 

int intEmpID = (int)MyDataGrid.DataKeys[e.Item.ItemIndex]; 
string delet&lt;img src =&quot;aggbug/1747851.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 18:28:00 +0800</pubDate><author>舟舟</author><guid isPermaLink="false">http://blog.csdn.net/zhouzhou727/archive/2007/08/17/1747851.aspx</guid><dc:creator>舟舟</dc:creator><dc:date>2007-08-17T10:28:00Z</dc:date></item></channel></rss>