<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>點部落-topcat姍舞之間的極度凝聚</title>
        <link>http://www.dotblogs.com.tw/topcat/Default.aspx</link>
        <description>分享...是知識累積的開始...  Microsoft ASP/ASP.NET MVP 2006~2008</description>
        <language>zh-TW</language>
        <copyright>topcat</copyright>
        <managingEditor>topcat@pmd.com.tw</managingEditor>
        <generator>Subtext Version 1.9.6.309</generator>
        <image>
            <title>topcat姍舞之間的極度凝聚</title>
            <url>http://www.dotblogs.com.tw/images/DotBlogsLogo.gif</url>
            <link>http://www.dotblogs.com.tw/topcat/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>[置頂]線上C#(CSharp)與VB.NET互轉的網站</title>
            <category>(.NET)ASP.NET</category>
            <category>(.NET)VB.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4223.aspx</link>
            <description>摘要:線上C#(CSharp)與VB.NET互轉的網站&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4223.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4223.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4223.aspx</guid>
            <pubDate>Wed, 04 Jun 2008 07:26:41 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4223.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4223.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4223.aspx</wfw:commentRss>
        </item>
        <item>
            <title>解決JavaScript中replace只置換第一個符合的字串問題</title>
            <category>SCript</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/07/07/4449.aspx</link>
            <description>解決JavaScript中replace只置換第一個符合的字串問題&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/07/07/4449.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4449.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/07/07/4449.aspx</guid>
            <pubDate>Mon, 07 Jul 2008 01:50:58 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4449.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/07/07/4449.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4449.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Dispose測試：Dispose時是否立即釋放記憶體</title>
            <category>(.NET)ASP.NET</category>
            <category>(.NET)VB.NET</category>
            <category>Windows</category>
            <category>系統規劃與分析</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/07/06/4447.aspx</link>
            <description>小喵寫這篇是源自於小喵上一篇文章【物件Object的New,Dispose與Connection的Open,Close概念分享】，小喵最後描述【當物件Dispose的時候，並沒有把該段記憶體清空，只是標註，這段空間不再使用，直到GC啟動把他清空才算真正的清空。】。但是小喵看一些網路文章時，有些卻提到當呼叫Dispose的時候，記憶體立即釋放。因此小喵就做這個測試來看看到底是怎麼回事。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/07/06/4447.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4447.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/07/06/4447.aspx</guid>
            <pubDate>Sun, 06 Jul 2008 04:22:29 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4447.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/07/06/4447.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4447.aspx</wfw:commentRss>
        </item>
        <item>
            <title>GridView編輯時使用DropDownList的錄影教學</title>
            <category>(.NET)ASP.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/07/04/4436.aspx</link>
            <description>這個功能應該蠻多人會用到的，在GridView的某一筆資料點選【編輯】之後，希望能夠用下拉選取的方式選擇資料，然後按下更新後，可以將下拉後的選項更新到資料庫&lt;br/&gt;&lt;br/&gt;全部過程都用設定的方式，並不需要寫任何程式碼，適合初學者學習。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/07/04/4436.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4436.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/07/04/4436.aspx</guid>
            <pubDate>Fri, 04 Jul 2008 02:36:20 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4436.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/07/04/4436.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4436.aspx</wfw:commentRss>
        </item>
        <item>
            <title>物件Object的New,Dispose與Connection的Open,Close概念分享</title>
            <category>(.NET)ADO.NET</category>
            <category>(.NET)ASP.NET</category>
            <category>(.NET)VB.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/07/03/4427.aspx</link>
            <description>物件Object的New,Dispose與Connection的Open,Close概念分享&lt;br/&gt;經常遇到一些人寫成是因為沒有New造成程式錯誤，另外對於Connection的New,Dispose,Open,Close概念也不是很清楚。小喵本篇就小喵自己的認知來說明這些東西的意義&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/07/03/4427.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4427.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/07/03/4427.aspx</guid>
            <pubDate>Thu, 03 Jul 2008 08:06:14 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4427.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/07/03/4427.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4427.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ObjectDataSouce簡介Part 2：範例程式(含畫面設定錄影教學)</title>
            <category>(.NET)ADO.NET</category>
            <category>(.NET)ASP.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/30/4406.aspx</link>
            <description>承繼上篇【ObjectDataSouce簡介Part1：兼具ADO.NET的自由與DataSouce的方便】，我們這篇就來拿個實際範例，告訴各位如何撰寫相關的程式。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/30/4406.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4406.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/30/4406.aspx</guid>
            <pubDate>Mon, 30 Jun 2008 09:19:53 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4406.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/30/4406.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4406.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ObjectDataSouce簡介Part1：兼具ADO.NET的自由與DataSouce的方便</title>
            <category>(.NET)ADO.NET</category>
            <category>(.NET)ASP.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/27/4395.aspx</link>
            <description>一般市面上介紹的書籍，大部分都會從SqlDataSouce與GridView,DetailView等DataControl來介紹，當然這些東西很方便，可以在最少的程式碼的情況下，做出新增修改刪除查詢。但是，事實上在專案開發下並非如想像中這麼美好，您不會永遠都是處理單一資料表的新增修改刪除查詢。當遇到要處理兩個資料表以上的時候，又該如何呢??&lt;br/&gt;&lt;br/&gt;在ASP.NET 2.0裡面多了一個ObjectDataSouce，這個東西可以讓我們在處理資料的時候，可以透過自己寫的程式，或者已經開發好的物件來撰寫。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/27/4395.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4395.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/27/4395.aspx</guid>
            <pubDate>Fri, 27 Jun 2008 04:01:33 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4395.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/27/4395.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4395.aspx</wfw:commentRss>
        </item>
        <item>
            <title>[轉貼]把Excel內的Flash找出來另存的VBA程式碼</title>
            <category>VB</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/25/4370.aspx</link>
            <description>[轉貼]把Excel內的Flash找出來另存的VBA程式碼&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/25/4370.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4370.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/25/4370.aspx</guid>
            <pubDate>Wed, 25 Jun 2008 02:59:54 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4370.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/25/4370.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4370.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ObjectDataSouce結合物件設計方式</title>
            <category>(.NET)ASP.NET</category>
            <category>(.NET)COM+</category>
            <category>(.NET)VB.NET</category>
            <category>N-Tiers多層式架構</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4346.aspx</link>
            <description>小喵以前撰寫ObjectDataSouce都是透過DataSet,DataTable,DataReader的方式傳回值，而要進行維護的動作，也是一個一個的參數慢慢傳遞，後來小喵看到Jeff大大的這篇文章【ObjectDataSoruce 繫結 BusinessObject 控制項】，原來可以用物件的方式來傳遞，於是小喵今天開始著手看看是否能夠改用物件的方式處理。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4346.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4346.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4346.aspx</guid>
            <pubDate>Fri, 20 Jun 2008 10:04:40 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4346.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4346.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4346.aspx</wfw:commentRss>
        </item>
        <item>
            <title>GridView展現Master-Detail的幾種方式(包含動態錄影教學)</title>
            <category>(.NET)ASP.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4341.aspx</link>
            <description>資料表設計經常會有Head,Detail的設計，拿最普遍的範例(北風資料庫)來看。訂單就有分為訂單Head檔(Orders)與訂單Detail明細(Order Details)這兩個資料表。當然這樣的資料表示有關係的，已訂單為例的話，關係就是訂單編號(OrderID)&lt;br/&gt;&lt;br/&gt;那麼如何在畫面上展現這樣的資料呢，小喵整理以下幾種&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4341.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4341.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4341.aspx</guid>
            <pubDate>Fri, 20 Jun 2008 03:42:19 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4341.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/20/4341.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4341.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET方便套用一致外表的Skin(Theme)(動態錄影教學)</title>
            <category>(.NET)ASP.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/18/4318.aspx</link>
            <description>ASP.NET方便套用一致外表的Skin(Theme)(動態錄影教學)&lt;br/&gt;小喵錄製個動態教學，透過這個動態教學將可以學到&lt;br/&gt;&lt;br/&gt;如何建立Theme,Skin &lt;br/&gt;如何套用Page的Theme設定與Skin的關係 &lt;br/&gt;如何設定全部的Page套用相同的Theme &lt;br/&gt;如何動態的更改SkinID達到動態的變更Skin &lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/18/4318.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4318.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/18/4318.aspx</guid>
            <pubDate>Wed, 18 Jun 2008 03:56:12 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4318.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/18/4318.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4318.aspx</wfw:commentRss>
        </item>
        <item>
            <title>巢狀GirdView內部GridView加入序號錄影範例</title>
            <category>(.NET)ASP.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/12/4273.aspx</link>
            <description>其實這個問題並不難&lt;br/&gt;&lt;br/&gt;比較麻煩的是一般人可能不知道如何設定【物件中的物件】如何去設定他的事件。&lt;br/&gt;&lt;br/&gt;以這個範例為例...&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/12/4273.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4273.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/12/4273.aspx</guid>
            <pubDate>Thu, 12 Jun 2008 06:42:49 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4273.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/12/4273.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4273.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET進階權限控管-Part 3 角色管理與角色使用者維護</title>
            <category>(.NET)ASP.NET</category>
            <category>ASP.NET權限控管</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/09/4255.aspx</link>
            <description>緣起&lt;br/&gt;承繼前兩篇，從第一篇的【願景】，與第二篇的【樹狀結構畫面維護】，這一篇來談談如何處理角色的部分。角色的意義，請參考小喵第一篇【ASP.NET進階權限控管-Part 1 願景】裡面的說明，這裡就不再贅述了。直接進入到角色的定義、以及角色←→使用者之間的關係如何維護。&lt;br/&gt;&lt;br/&gt;先從角色的定義來談起，先看一下角色的欄位說明&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/09/4255.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4255.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/09/4255.aspx</guid>
            <pubDate>Mon, 09 Jun 2008 06:03:48 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4255.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/09/4255.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4255.aspx</wfw:commentRss>
        </item>
        <item>
            <title>WebUserControl之間值得傳遞(使用Interface)</title>
            <category>(.NET)ASP.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/06/4247.aspx</link>
            <description>在使用WebUserControl的時候，如果一個畫面有數個WebUserControl的話，他們彼此間要怎麼溝通呢，也許有人說，使用FindControl/Property啊!!的確，小喵以前是這樣處理的，不過小喵卻發現這會讓WebUserControl在程式撰寫上變得複雜，既然要寫成WebUserControl，就是要把這些東西抽出來獨立處理/重複使用。但是如果寫的過程讓他與別的東西關係太密切，那就失去了抽出獨立處理/重複使用的目的。&lt;br/&gt;&lt;br/&gt;再一次偶然的機會與熱心的Allen大聊到了物件(物件小喵一直都還在學)，Allen大十分熱心的提示小喵可以用Interface來解決這類的問題。後來小喵在Allen大的文章也找到相關的範例與影片教學。不過範例是C#的，小喵用VB.NET來說明一次。&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/06/4247.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4247.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/06/4247.aspx</guid>
            <pubDate>Fri, 06 Jun 2008 09:05:12 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4247.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/06/4247.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4247.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Panasonic S7口袋機，隨拍隨傳超精彩</title>
            <category>心情點播</category>
            <category>新消息分享</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4222.aspx</link>
            <description>摘要:Panasonic S7口袋機，隨拍隨傳超精彩&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4222.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4222.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4222.aspx</guid>
            <pubDate>Wed, 04 Jun 2008 07:16:19 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4222.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/04/4222.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4222.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET的驗證與授權機制(動態錄影說明)</title>
            <category>(.NET)ASP.NET</category>
            <category>ASP.NET權限控管</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/06/02/4201.aspx</link>
            <description>在網路上看使用者發問的時候，還有很多從ASP剛轉換ASP.NET的開發人員，在使用者驗證與畫面授權上，還是沿襲著以往的Session驗證的方式。其實在ASP.NET裡面就有一整套完整的驗證與授權機制。使用內建的機制可以更簡單的就能夠做到【登入驗證】與【資料夾授權】的功能。透過這篇文章，希望讀者可以學到驗證授權機制、如何搭配自己的資料庫，做到相同的驗證機制。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/06/02/4201.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4201.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/06/02/4201.aspx</guid>
            <pubDate>Mon, 02 Jun 2008 09:39:49 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4201.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/06/02/4201.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4201.aspx</wfw:commentRss>
        </item>
        <item>
            <title>使用GridView顯示Sql資料庫的Table Layout(Schema)</title>
            <category>(.NET)ASP.NET</category>
            <category>SQL</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/28/4144.aspx</link>
            <description>小喵在開發系統過程中，經常會去查詢資料庫Table的Layout，一般來說會把他做成額外的文件，例如用Excel把Table的Layout打在上面，不過這個會有個問題，當資料庫Layout變動的時候，如果忘記去修改Excel文件中的Layout，那麼久而久之就會造成困擾(看到的文件與實際資料庫的不符合)&lt;br/&gt;&lt;br/&gt;因此小喵特別設計一個&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/28/4144.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/4144.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/28/4144.aspx</guid>
            <pubDate>Wed, 28 May 2008 05:48:15 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/4144.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/28/4144.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/4144.aspx</wfw:commentRss>
        </item>
        <item>
            <title>確保交易的新利器(TransactionScope)初體驗-Part 2(物件維護的交易確保)</title>
            <category>(.NET)ADO.NET</category>
            <category>(.NET)ASP.NET</category>
            <category>(.NET)VB.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3998.aspx</link>
            <description>承繼上一篇【確保交易的新利器(TransactionScope)初體驗-Part 1(注意Scope.Complete的位置)】接著小喵有興趣的事，現在很多人開始使用OOP設計系統，那麼在一個商業邏輯中，透過兩個以上的物件來分別維護數個資料，在這樣的過程中，又如何確保交易的完整性呢。&lt;br/&gt;&lt;br/&gt;於是小喵再次撰寫個物件來做個測試，這次&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3998.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3998.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3998.aspx</guid>
            <pubDate>Thu, 15 May 2008 07:57:20 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3998.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3998.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3998.aspx</wfw:commentRss>
        </item>
        <item>
            <title>確保交易的新利器(TransactionScope)初體驗-Part 1(注意Scope.Complete的位置)</title>
            <category>(.NET)ADO.NET</category>
            <category>(.NET)ASP.NET</category>
            <category>(.NET)VB.NET</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3997.aspx</link>
            <description>從.NET Framework 2.0以後，有個新的東西稱之為TransactionScope，他可以讓我們在處理交易的時候，可以確保交易的完整性，並且使用十分的簡便，小喵在此測試一下他的撰寫方式與結果，在測試過程中，驚人的發現了MSDN的一個錯誤內容。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3997.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3997.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3997.aspx</guid>
            <pubDate>Thu, 15 May 2008 02:30:11 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3997.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/15/3997.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3997.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET進階權限控管-Part 2 登入結合資料庫、樹狀結構維護</title>
            <category>(.NET)ASP.NET</category>
            <category>ASP.NET權限控管</category>
            <category>系統規劃與分析</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/09/3914.aspx</link>
            <description>繼承上一篇的願景【ASP.NET進階權限控管-Part 1 願景】,接著這篇先來講講一些基本的部分。 &lt;br/&gt;&lt;br/&gt;首先是【登入結合自己的資料庫】，以及【TreeView樹狀結構結合資料庫】這兩個部分，由於小喵以前已經有文章說明了這兩個部分，所以在這邊也不贅述。請看考以下的這兩篇。 &lt;br/&gt;&lt;br/&gt;瞭解了上面的這些部分候，接著就是如何維護樹狀結構，看一下維護運作的畫面先&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/09/3914.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3914.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/09/3914.aspx</guid>
            <pubDate>Fri, 09 May 2008 01:23:52 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3914.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/09/3914.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3914.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET進階權限控管-Part 1 願景</title>
            <category>(.NET)ASP.NET</category>
            <category>系統規劃與分析</category>
            <category>ASP.NET權限控管</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3826.aspx</link>
            <description>這個主題小喵一直以來一直想要做分享，但是又不知從何分享起，因為小喵的這套機制有點點複雜，他除了可以結合自定資料庫的使用者登入、角色概念外，還搭配了TreeView與資料庫結合，等等的技術。算是一個還蠻進階的運用。相關的介紹可能不是一兩篇Blog能夠介紹完。到底要多少篇小喵也不曉得...就從小喵希望達到的願景(事實上已經達到並上線使用中)開始介紹起。&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3826.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3826.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3826.aspx</guid>
            <pubDate>Wed, 07 May 2008 10:08:25 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3826.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3826.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3826.aspx</wfw:commentRss>
        </item>
        <item>
            <title>轉貼：貓的報恩真實版(超有趣)</title>
            <category>心情點播</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3820.aspx</link>
            <description>摘要:轉貼：貓的報恩真實版&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3820.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3820.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3820.aspx</guid>
            <pubDate>Wed, 07 May 2008 04:02:24 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3820.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3820.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3820.aspx</wfw:commentRss>
        </item>
        <item>
            <title>動態的設定WebService的網址</title>
            <category>(.NET)ASP.NET</category>
            <category>(.NET)VB.NET</category>
            <category>(.NET)WebService</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3819.aspx</link>
            <description>動態的設定WebService的網址&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3819.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3819.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3819.aspx</guid>
            <pubDate>Wed, 07 May 2008 03:34:12 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3819.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3819.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3819.aspx</wfw:commentRss>
        </item>
        <item>
            <title>替代檔案總管的免費軟體Free Commander</title>
            <category>好用軟體介紹</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3814.aspx</link>
            <description>從Dos時代，有FF3,Norton Commander等軟體可以在操作檔案系統的時候，可以分成左右視窗的方式，並且大部份的操作用鍵盤來運作。小喵從那個時候開始就很喜歡這樣的操作方式。後來發展到Windows，雖然大部分的操作都可以透過滑鼠，可以讓人很容易上手，但是總覺得這樣的操作不夠快。&lt;br/&gt;&lt;br/&gt;而這類左右開工的軟體也不在少數，例如：Total Commander, Free Commander等。這次小喵要介紹的是Free Commander這個產品&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3814.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3814.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3814.aspx</guid>
            <pubDate>Wed, 07 May 2008 01:37:39 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3814.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3814.aspx#feedback</comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3814.aspx</wfw:commentRss>
        </item>
        <item>
            <title>PhotoImpact 相片轉鉛筆素描 技巧</title>
            <category>好用軟體介紹</category>
            <link>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3813.aspx</link>
            <description>PhotoImpact 相片轉鉛筆素描 技巧&lt;a href='http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3813.aspx'&gt;閱讀全文&lt;/a&gt;&lt;img src="http://www.dotblogs.com.tw/topcat/aggbug/3813.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>topcat</dc:creator>
            <guid>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3813.aspx</guid>
            <pubDate>Wed, 07 May 2008 00:39:24 GMT</pubDate>
            <wfw:comment>http://www.dotblogs.com.tw/topcat/comments/3813.aspx</wfw:comment>
            <comments>http://www.dotblogs.com.tw/topcat/archive/2008/05/07/3813.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://www.dotblogs.com.tw/topcat/comments/commentRss/3813.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>