<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>彩色筆小沛的知識庫 - ASP.NET</title>
    <link>https://forum.jdp.tw/forum-41-1.html</link>
    <description>Latest 20 threads of ASP.NET</description>
    <copyright>Copyright(C) 彩色筆小沛的知識庫</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 27 Jun 2026 21:06:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://forum.jdp.tw/static/image/common/logo_88_31.gif</url>
      <title>彩色筆小沛的知識庫</title>
      <link>https://forum.jdp.tw/</link>
    </image>
    <item>
      <title>Response.Redirect which POSTs data to another URL</title>
      <link>https://forum.jdp.tw/thread-1587-1-1.html</link>
      <description><![CDATA[[mw_shl_code=javascript,true]Response.Clear();

StringBuilder sb = new StringBuilder();
sb.Append(\&quot;\&quot;);
sb.AppendFormat(@\&quot;\&quot;);
sb.AppendFormat(\&quot;\&quot;,postbackUrl);
sb.AppendFormat(\&quot;\&quot;, id);
// Other params go here
sb.Append(\&quot;\&quot;);
sb.Append(\&quot;\&quot;]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Tue, 20 Oct 2015 01:35:31 +0000</pubDate>
    </item>
    <item>
      <title>ASP.NET Youtube API v3 Upload Video</title>
      <link>https://forum.jdp.tw/thread-1580-1-1.html</link>
      <description><![CDATA[Youtube Data API .NET Code Samples
https://developers.google.com/youtube/v3/code_samples/dotnet
Upload Youtube Videos For Single Account 
https://anilanar.wordpress.com/2013/07/19/upload-youtube-videos-for-single-account-asp-net-mvc/
Upload video to]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Mon, 22 Jun 2015 06:11:53 +0000</pubDate>
    </item>
    <item>
      <title>IE下載中文檔名出現亂碼</title>
      <link>https://forum.jdp.tw/thread-1541-1-1.html</link>
      <description><![CDATA[當瀏覽器是IE時，利用UrlPathEncode編碼來解決亂碼問題

Reference:
ASP.NET 如何設定強制下載檔案並正確處理中文檔名的問題
http://blog.miniasp.com/post/2008/04/20/ASPNET-Force-Download-File-and-deal-with-Chinese-Filename-correctly.aspx
UrlPathEncode 用於檔 ...]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Fri, 27 Jun 2014 03:12:03 +0000</pubDate>
    </item>
    <item>
      <title>利用Web Service上傳檔案</title>
      <link>https://forum.jdp.tw/thread-1497-1-1.html</link>
      <description><![CDATA[[ASP.NET]利用Web Service上傳檔案,整合WebFrom與WinForm
http://www.dotblogs.com.tw/puma/archive/2009/01/06/6660.aspx]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Wed, 18 Dec 2013 08:17:50 +0000</pubDate>
    </item>
    <item>
      <title>在 UpdatePanel 中使用 Response.Write 的問題</title>
      <link>https://forum.jdp.tw/thread-1489-1-1.html</link>
      <description><![CDATA[Microsoft JScript 執行階段錯誤: Sys.WebForms.PageRequestManagerParserErrorException: 無法剖析從伺服器收到的訊息
解決辦法:
在UpdatePanel中加入
]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
<enclosure url="/forum/    
" length="

Reference: 
[ASP.NET] UpdatePanel 內將 GridView 內容轉成 EXCEL
http://www.dotblogs.com.tw/aquariu ..." type="image/jpeg" />      <pubDate>Mon, 25 Nov 2013 16:21:58 +0000</pubDate>
    </item>
    <item>
      <title>Session Timeout 問題</title>
      <link>https://forum.jdp.tw/thread-1485-1-1.html</link>
      <description><![CDATA[web.config 加入或修改

    
      
    ]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
<enclosure url="/forum/
    


Setting the forms timeout to something less than the session timeout can give the user a window in which to log back in without losing any session data.

Reference: http://stackoverflow.com/questions" length="" type="image/jpeg" />      <pubDate>Fri, 01 Nov 2013 03:22:40 +0000</pubDate>
    </item>
    <item>
      <title>Class類別中的Response、Server、Request未宣告的解決方法</title>
      <link>https://forum.jdp.tw/thread-1415-1-1.html</link>
      <description><![CDATA[1.加入using System.Web;
2.在Response、Server、Request前加上HttpContext.Current.即可!

Reference: http://tgw1029.blogspot.tw/2010/03/classresponseserverrequesthttpcontextcu.html]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Fri, 19 Apr 2013 01:34:54 +0000</pubDate>
    </item>
    <item>
      <title>NPIO Library - 存取EXCEL檔案</title>
      <link>https://forum.jdp.tw/thread-1414-1-1.html</link>
      <description><![CDATA[在 Server 端存取 Excel 檔案的利器：NPOI Library
http://msdn.microsoft.com/zh-tw/ee818993.aspx

NPOI 2.0教程–1.2 NPOI 2.0模塊簡介
http://tonyqus.sinaapp.com/

ASP.NET 數個 Gridview 資料轉匯到同一個 Excel 檔中 - 不同分頁 - 使用 NPOI
http://blog.xuite. ...]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Thu, 18 Apr 2013 06:51:06 +0000</pubDate>
    </item>
    <item>
      <title>跨網站登入 Single Sign On (SSO)</title>
      <link>https://forum.jdp.tw/thread-1306-1-1.html</link>
      <description><![CDATA[1.跨網站單一登入(Single Sign On)的作法概念 by topcat
2.跨網站登入機制 - by player
3.ASP.NET Single Sign-On

Reference: http://iambigd.blogspot.com/2010/07/single-sign-on-sso.html]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Wed, 18 Apr 2012 02:56:51 +0000</pubDate>
    </item>
    <item>
      <title>How to Disable cache</title>
      <link>https://forum.jdp.tw/thread-1293-1-1.html</link>
      <description><![CDATA[Uncachable ASP.NET Page
http://blog.darkthread.net/post- ... e-asp-net-page.aspxHow to disable cache
http://forums.asp.net/t/1060173.aspx
Disabling browser\'s back functionality on sign out from Asp.Net
http://www.codeproject.com/Articles/11225/Disabl]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Fri, 09 Mar 2012 02:24:08 +0000</pubDate>
    </item>
    <item>
      <title>具有潛在危險 Request.Form 的值已從用戶端偵測到</title>
      <link>https://forum.jdp.tw/thread-1279-1-1.html</link>
      <description><![CDATA[http://tw.myblog.yahoo.com/hgm323/article?mid=1152]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Sat, 31 Dec 2011 05:49:36 +0000</pubDate>
    </item>
    <item>
      <title>取得Client真實IP</title>
      <link>https://forum.jdp.tw/thread-1252-1-1.html</link>
      <description><![CDATA[method 1
method 2

Reference: http://www.programmer-club.com.tw/showSameTitleN/aspdotnet/19193.html]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Mon, 26 Sep 2011 05:29:15 +0000</pubDate>
    </item>
    <item>
      <title>Run a Command Shell Executable from ASP.NET</title>
      <link>https://forum.jdp.tw/thread-1249-1-1.html</link>
      <description><![CDATA[http://www.willasrari.com/blog/run-a-command-shell-executable-from-aspnet/000155.aspx]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Mon, 26 Sep 2011 00:17:53 +0000</pubDate>
    </item>
    <item>
      <title>Forms Authentication 無法限制非 aspx 檔的問題</title>
      <link>https://forum.jdp.tw/thread-1236-1-1.html</link>
      <description><![CDATA[於 web.config 中增加

  
]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Tue, 06 Sep 2011 02:23:15 +0000</pubDate>
    </item>
    <item>
      <title>本地時間及通用時間</title>
      <link>https://forum.jdp.tw/thread-1177-1-1.html</link>
      <description><![CDATA[通用時間 UTC (GMT+0)
DateTime.Now.ToUniversalTime();
本地時間 依Zone位置，台灣會出現GMT+8的時間
DateTime.Now.ToLocalTime();

Reference: http://stackoverflow.com/questio ... -time-to-local-time]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Mon, 27 Jun 2011 06:21:27 +0000</pubDate>
    </item>
    <item>
      <title>頁面輸出繁簡中文轉換</title>
      <link>https://forum.jdp.tw/thread-1121-1-1.html</link>
      <description><![CDATA[http://www.dotblogs.com.tw/jeff377/archive/2008/03/17/1718.aspx
http://cckk.tw/wordpress/204/]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Thu, 24 Mar 2011 09:38:17 +0000</pubDate>
    </item>
    <item>
      <title>登入時 MasterPage 的圖片無法顯示</title>
      <link>https://forum.jdp.tw/thread-1099-1-1.html</link>
      <description><![CDATA[當使用Forms Authentication + MasterPage，且Site.Master又有使用圖片時，圖片會無法顯示，解決方法就是將放置圖片的目錄設為允許暱名存取。

請將以下內容加入web.config即可! (請自行修改目錄名稱)備註：如果是因為使用無法顯示的話，請改為 即可使用!

Reference: h ...]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Wed, 16 Feb 2011 02:19:52 +0000</pubDate>
    </item>
    <item>
      <title>GridView PageIndex Change 換頁</title>
      <link>https://forum.jdp.tw/thread-1095-1-1.html</link>
      <description><![CDATA[http://tw.myblog.yahoo.com/cshap-dotnet/article?mid=416&amp;sc=1]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Mon, 14 Feb 2011 02:09:11 +0000</pubDate>
    </item>
    <item>
      <title>將GridView內的資料匯出成Excel檔</title>
      <link>https://forum.jdp.tw/thread-1082-1-1.html</link>
      <description><![CDATA[當用GridView導出Execl的時候，會發生只能在執行 Render() 的過程中調用 RegisterForEventValidation的錯誤提示。
有兩種方法可以解決以上問題：
1.修改web.config(不推薦)
2.直接在導出Execl的頁面修改


Reference: 
http://www.dotblogs.com.tw/chou/archive/2009/04 ...]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Fri, 07 Jan 2011 06:30:50 +0000</pubDate>
    </item>
    <item>
      <title>SQL語法用like %或in時，Parameters要怎麼用？</title>
      <link>https://forum.jdp.tw/thread-1081-1-1.html</link>
      <description><![CDATA[請教WHERE IN 如何使用參數
http://social.msdn.microsoft.com ... -e79c-491b-9553-SQL
語法用like %或in時,Parameters要怎麼用,才能避免SQL Injection的問題
http://www.dotblogs.com.tw/jeff-yeh/archive/2008/09/05/5308.aspx]]></description>
      <category>ASP.NET</category>
      <author>JDP</author>
      <pubDate>Thu, 06 Jan 2011 05:13:34 +0000</pubDate>
    </item>
  </channel>
</rss>