HTML5與SVG
15-1 透過SVG創造互動圖形
15-2 SVG圖形入門
15-3 圓(Circles)與橢圓(Ellipses)
15-4 折線(Ployline)
15-5 多邊形(Ploygon)
15-6 路徑(Path)
Model Binding入門、簡介、初試身手 #1 -- 搭配ASP.NET Web Form (不使用EF)
- 7413
- 0
- ADO.NET / LINQ / SQL / Entity
- 2021-05-19
摘要:Model Binding入門、簡介、初試身手 #1 -- 搭配ASP.NET Web Form (不使用EF)
常見的 Model Binding 範例都需要使用 LINQ或是 EF來做
為了讓初學者更好下手,我希望用更簡易的方式入門(因此沒有用到 LINQ或是 EF)
[ClientID & UniqueID屬性] DetailsView or FormView搭配jQueryUI (DatePicker, 挑選日期)
下拉式選單的時光跳躍,一次跳回五年、十年前?-- 年/月/日(潤年與大小月) DateTime的.IsLeapYear()方法與 .DaysInMonth()方法(當月天數)
摘要:時光跳躍 -- 下拉式選單與 年/月/日(潤年與大小月)
下拉式選單的時光跳躍,一次跳回五年、十年前?-- 年/月/日(潤年與大小月) DateTime的.IsLeapYear()方法與 .DaysInMonth()方法
[習題]輸入自己的生日(年/月/日)#3 -- 日曆(Calendar)控制項的時光跳躍,一次跳回五年、十年前?--PostBack發生的錯誤
- 3036
- 0
- ASP.NET 2.0/3.5與 VS 2005/2008
- 2020-12-03
摘要:[習題]輸入自己的生日(年/月/日)#3 -- 日曆(Calendar)控制項的時光跳躍,一次跳回五年、十年前?--PostBack發生的錯誤
會員登入 與 FormsAuthentication (Web.Config裡面的 authentication mode="Forms")
- 23868
- 0
- ASP.NET 2.0/3.5與 VS 2005/2008
- 2017-09-18
摘要:會員登入 與 FormsAuthentication (Web.Config裡面的 authentication mode="Forms")
用 Web.Config 鎖死後台管理區 需要權限的檔案,必須通過帳號、密碼才能登入(看得見)
本範例源自微軟MSDN的範例(予以簡化)
UC(使用者控制項, User control) 與 輸出快取(Output Cache) -- PartialCachingAttribute類別
摘要:UC(使用者控制項, User control) 與 輸出快取(Output Cache) -- PartialCachingAttribute類別
四個屬性與 @outPutCache 指示詞互相對應 --
duration
varyByParams
varyByControls
varyByCustom
[YouTube線上教學] -- MIS2000 Lab.開始提供 ASP.NET 線上教學影片
- 5580
- 0
- ASP.NET 4.5與 VS 2012/2013
- 2015-03-13
MIS2000 Lab. 位於 YouTube的線上教學影片
我把網站上的文章(範例),逐一錄影成影片
希望對您有幫助。
OutputCache在VS 2012/2013的錯誤 -- 張貼快取替換與IIS修改回應緩衝的Integrated不相容(Post cache substitution is not compatible with modules in the IIS integrated pipeline that modify the response buffers)
摘要:OutputCache在VS 2012/2013的錯誤 -- 張貼快取替換與IIS修改回應緩衝的Integrated不相容(Post cache substitution is not compatible with modules in the IIS integrated pipeline that modify the response buffers)
上集 Ch.10 -- .FindControl()補充範例(GridView的新增樣版,搭配第三章Calendar範例)與 NamingContainer
- 5157
- 0
- ASP.NET 2.0/3.5與 VS 2005/2008
- 2015-07-29
摘要:上集 Ch.10 -- .FindControl()補充範例(GridView的新增樣版,搭配第三章Calendar範例)
[FAQ]如何申請、設定SSL憑證 (HTTPS),簡單SOP步驟
- 39660
- 0
- Notebook、電腦PC與3C
- 2021-03-05
摘要:[FAQ]如何申請SSL憑證 (HTTPS),簡單SOP步驟
[IIS 錯誤訊息 5059] Application pool ASP.NET v4.0 has been disabled. Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool.
- 38451
- 0
- ASP.NET 4.0與 VS 2010
重新設定這個 Pool的操作帳號的「密碼」,修改成新的密碼之後就可以了。
錯誤訊息:Application pool ASP.NET v4.0 has been disabled. Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool.
SQL Server 交易式複寫 (Transactional Replication)--學習心得 與 設定重點
- 33913
- 0
- ADO.NET / LINQ / SQL / Entity
- 2015-07-22
摘要:SQL Server 交易式複寫 (Transactional Replication)
[習題]日曆(Calendar)控制項的障眼法(.Visible屬性),使用時才出現?不用就消失?
摘要:[習題]日曆(Calendar)控制項的障眼法(.Visible屬性),使用時才出現?不用就消失?
Calendar(日曆控制項) e.Day.Date日期格式為 yyyy/M/d,不自動補零
- 7810
- 0
- 其他 / Others
- 2015-10-17
摘要:Calendar(日曆控制項) e.Day.Date日期格式為 yyyy/M/d,不自動補零
多重欄位搜尋 -- SqlDataSource的 CancelSelectOnNullParameter屬性
- 3716
- 0
- ADO.NET / LINQ / SQL / Entity
- 2015-07-22
摘要:多重欄位搜尋 -- SqlDataSource的 CancelSelectOnNullParameter屬性
[習題]輸入自己的生日(年/月/日)#2 -- 日曆(Calendar)控制項的時光跳躍,一次跳回五年、十年前?--TodaysDate屬性、VisibleDate屬性
- 8173
- 0
- ASP.NET 2.0/3.5與 VS 2005/2008
- 2015-02-02
摘要:[習題]輸入自己的生日(年/月/日)#2 -- 日曆(Calendar)控制項的時光跳躍,一次跳回五年、十年前?--TodaysDate屬性、VisibleDate屬性
[ASP.NET]Login控制項 與 資料表格式 for SQL 2012 Express (LocalDb)
摘要:[ASP.NET]Login控制項 與 資料表格式 for SQL 2012 Express (LocalDb)
防毒軟體搞的鬼? Hyper-V 無法新增裝置 ‘Microsoft Synthetic Ethernet Port’
- 5222
- 0
- Notebook、電腦PC與3C
摘要:防毒軟體搞的鬼? Hyper-V 無法新增裝置 ‘Microsoft Synthetic Ethernet Port’
[會員登入]ASP.NET與CA憑證(Certificate),登入時檢查X.509 憑證
- 10206
- 0
- ASP.NET 4.5與 VS 2012/2013
- 2015-09-10
Q : 公司發給每個同仁一個CA憑證檔案(.cer檔 or .pfx檔 )
想要在登入時,檢查他隸屬的單位、個人資料等等