<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_AnilYu anil = new AnilYu();</title><subtitle type="text">正在创建另一个我的實例....</subtitle><id>http://feed.cnblogs.com/blog/u/14033/rss</id><updated>2007-11-13T01:09:15Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14033/rss"/><entry><id>http://www.cnblogs.com/floatping/archive/2007/06/13/782368.html</id><title type="text">c#过滤HTML代码</title><summary type="text">//过滤HTML代码public string checkStr(string html){ System.Text.RegularExpressions.Regex regex1 = new System.Text.RegularExpressions.Regex(@"&lt;script[\s\S]+&lt;/script *&gt;", System.Text.RegularExpressi...</summary><published>2007-06-13T08:22:00Z</published><updated>2007-06-13T08:22:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2007/06/13/782368.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2007/06/13/782368.html"/><content type="text">//过滤HTML代码public string checkStr(string html){ System.Text.RegularExpressions.Regex regex1 = new System.Text.RegularExpressions.Regex(@"&lt;script[\s\S]+&lt;/script *&gt;", System.Text.RegularExpressi...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2007/06/05/772539.html</id><title type="text">也來開發一款日歷控件</title><summary type="text">最近在學習ASP.NET2.0 的控件開發，因此作了個較爲簡單的日期控件Anilyu.WebCtrls.Calendarl.rar有興趣的朋友可以下載使用看看:)DEMO:</summary><published>2007-06-05T10:30:00Z</published><updated>2007-06-05T10:30:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2007/06/05/772539.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2007/06/05/772539.html"/><content type="text">最近在學習ASP.NET2.0 的控件開發，因此作了個較爲簡單的日期控件Anilyu.WebCtrls.Calendarl.rar有興趣的朋友可以下載使用看看:)DEMO:</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2007/03/28/691174.html</id><title type="text">制作activeX控件</title><summary type="text">编号：QA004728建立日期: 2003年10月17日 最后修改日期：2003年10月18日 所属类别： C# - ActiveX技术 FYI:http://www.csharphelp.com/archives4/archive643.htmlhttp://www.csharphelp.com/archives4/archive648.htmlhttp://forums.microsoft.c...</summary><published>2007-03-28T05:36:00Z</published><updated>2007-03-28T05:36:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2007/03/28/691174.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2007/03/28/691174.html"/><content type="text">编号：QA004728建立日期: 2003年10月17日 最后修改日期：2003年10月18日 所属类别： C# - ActiveX技术 FYI:http://www.csharphelp.com/archives4/archive643.htmlhttp://www.csharphelp.com/archives4/archive648.htmlhttp://forums.microsoft.c...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2007/03/24/686649.html</id><title type="text">在aspx頁中獲取DataGrid行序號</title><summary type="text">&lt;asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False" "/&gt; &lt;Columns&gt; &lt;asp:BoundColumn HeaderText="序號" DataField="PR_NO_Line"&gt;&lt;/asp:BoundColumn&gt;&lt;asp:Template...</summary><published>2007-03-24T12:41:00Z</published><updated>2007-03-24T12:41:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2007/03/24/686649.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2007/03/24/686649.html"/><content type="text">&lt;asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False" "/&gt; &lt;Columns&gt; &lt;asp:BoundColumn HeaderText="序號" DataField="PR_NO_Line"&gt;&lt;/asp:BoundColumn&gt;&lt;asp:Template...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2007/01/03/610760.html</id><title type="text">在MasterPage中檢驗User是否登入</title><summary type="text">在母板頁中檢查user是否登入過，這樣就不用在每個頁中去作檢驗。在其Init事件中寫入如下代碼： protected void ContentPlaceHolder1_Init(object sender, EventArgs e) { if (Session["loginid"] == null || Session["role"]==null) { Response.Redirect("../...</summary><published>2007-01-03T11:40:00Z</published><updated>2007-01-03T11:40:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2007/01/03/610760.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2007/01/03/610760.html"/><content type="text">在母板頁中檢查user是否登入過，這樣就不用在每個頁中去作檢驗。在其Init事件中寫入如下代碼： protected void ContentPlaceHolder1_Init(object sender, EventArgs e) { if (Session["loginid"] == null || Session["role"]==null) { Response.Redirect("../...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2007/01/03/610676.html</id><title type="text">[轉載]Run As Administrator</title><summary type="text">[本文轉自博客堂]在Windows Vista运行Visual Studio 2005（without SP1）时，最好使用Vista的Run as administrator的功能，否则有些功能就不能正常工作。而在我们开发的.NET程序内部，有时也会碰到需要临时提高权限的情形。ASP.NET程序员经常问的一个问题是，我的代码为什么没有权限创建一个文件？基本的解决方案有三个： 提升ASPNET帐户...</summary><published>2007-01-03T08:54:00Z</published><updated>2007-01-03T08:54:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2007/01/03/610676.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2007/01/03/610676.html"/><content type="text">[本文轉自博客堂]在Windows Vista运行Visual Studio 2005（without SP1）时，最好使用Vista的Run as administrator的功能，否则有些功能就不能正常工作。而在我们开发的.NET程序内部，有时也会碰到需要临时提高权限的情形。ASP.NET程序员经常问的一个问题是，我的代码为什么没有权限创建一个文件？基本的解决方案有三个： 提升ASPNET帐户...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2006/12/19/597224.html</id><title type="text">以編程方式為GridView添加欄位</title><summary type="text">方法一：1。加一個gridview:&lt;asp:gridview id="GridView1" runat="server" autogeneratecolumns="False" datasourceid="SqlDataSource1" OnRowCreated="GridView1_RowCreated"&gt;&lt;Columns&gt;&lt;asp:BoundField Read...</summary><published>2006-12-19T13:34:00Z</published><updated>2006-12-19T13:34:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2006/12/19/597224.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2006/12/19/597224.html"/><content type="text">方法一：1。加一個gridview:&lt;asp:gridview id="GridView1" runat="server" autogeneratecolumns="False" datasourceid="SqlDataSource1" OnRowCreated="GridView1_RowCreated"&gt;&lt;Columns&gt;&lt;asp:BoundField Read...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2006/12/16/594103.html</id><title type="text">Internet Explorer 7中的层叠样式表兼容性</title><summary type="text">Internet Explorer 7中的层叠样式表兼容性 发布日期： 2006-12-11 | 更新日期： 2006-12-11 Markus MielkeDave MassyMicrosoft Corporation(本文转自MSDN) 本页内容 简介 认真地考虑兼容性 针对IE7中的问题页面 我的页面被破坏了，我应该做什么？ 我们一直在关注兼容性的需求 简介 Internet Explore...</summary><published>2006-12-16T04:01:00Z</published><updated>2006-12-16T04:01:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2006/12/16/594103.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2006/12/16/594103.html"/><content type="text">Internet Explorer 7中的层叠样式表兼容性 发布日期： 2006-12-11 | 更新日期： 2006-12-11 Markus MielkeDave MassyMicrosoft Corporation(本文转自MSDN) 本页内容 简介 认真地考虑兼容性 针对IE7中的问题页面 我的页面被破坏了，我应该做什么？ 我们一直在关注兼容性的需求 简介 Internet Explore...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2006/09/21/510288.html</id><title type="text">Microsoft Office Web 组件 PivotTable 基础</title><summary type="text">在运行时获得数据在设计时连接数据源所需的信息，在运行时必须通过代码来指定。下面的示例显示了通过使用 ConnectionString 属性将 PivotTable List 控件连接到数据库、选择要在数据透视表列表中显示的字段以及使用 XML 文件作为数据源的方法。示例 1直接连接到数据库本示例连接到罗斯文商贸示例数据库，并且使用 AutoLayout 方法将“客户”表中的...</summary><published>2006-09-21T00:36:00Z</published><updated>2006-09-21T00:36:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2006/09/21/510288.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2006/09/21/510288.html"/><content type="text">在运行时获得数据在设计时连接数据源所需的信息，在运行时必须通过代码来指定。下面的示例显示了通过使用 ConnectionString 属性将 PivotTable List 控件连接到数据库、选择要在数据透视表列表中显示的字段以及使用 XML 文件作为数据源的方法。示例 1直接连接到数据库本示例连接到罗斯文商贸示例数据库，并且使用 AutoLayout 方法将“客户”表中的...</content></entry><entry><id>http://www.cnblogs.com/floatping/archive/2006/09/08/498682.html</id><title type="text">ASP讀取excel文件</title><summary type="text">sub getExcelDim Conn,Driver,DBPath,Rs Set Conn = Server.CreateObject("ADODB.Connection")Driver="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&amp;xlsFile&amp;";Extended Properties=Excel 8.0"Conn.Open...</summary><published>2006-09-08T05:09:00Z</published><updated>2006-09-08T05:09:00Z</updated><author><name>萍踪侠影</name><uri>http://www.cnblogs.com/floatping/</uri></author><link rel="alternate" href="http://www.cnblogs.com/floatping/archive/2006/09/08/498682.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/floatping/archive/2006/09/08/498682.html"/><content type="text">sub getExcelDim Conn,Driver,DBPath,Rs Set Conn = Server.CreateObject("ADODB.Connection")Driver="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&amp;xlsFile&amp;";Extended Properties=Excel 8.0"Conn.Open...</content></entry></feed>
