[SQL Server] A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 此憑證鏈結是由不受信任的授權單位發出的。)

錯誤訊息與解法 – Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 此憑證鏈結是由不受信任的授權單位發出的。)

...繼續閱讀 »

Day 5 - SqlDataSource各種變化 與 "半"手工製作

(1). 網頁與資料庫#6 -- SqlDataSource做不到、做不好的地方

(2). 網頁與資料庫#7 -- 我的 GridView有 "新增"功能

(3). 網頁與資料庫#8 -- 自己設計HTML畫面的 "新增"一筆記錄

(4). 網頁與資料庫#9 -- 開放式並行存取 (Optimistic Concurrency)

...繼續閱讀 »

[MSDN範例]Strongly Typed 強型別 (類別檔)

以北風資料庫的「員工」資料表為例,"自訂" 中介層商務物件,一個類別檔
Strongly Typed 強型別 。業務邏輯層(BLL)、數據訪問層 / 資料存取層(DAL)

提供 YouTube線上教學影片 + PDF下載

...繼續閱讀 »

[FAQ]錯誤訊息-- 不可以在 DropDownList 中選取多個項目 (重新DataBinding後,跳回第一個選項)

摘要:[FAQ]錯誤訊息-- 不可以在 DropDownList 中選取多個項目 (重新DataBinding後,跳回第一個選項)
Cannot have multiple items selected in a DropDownList

...繼續閱讀 »

[GridView]在 RowCommand事件中,自訂的Button 如何取出某一列(RowIndex) 的索引值#3 -- ButtonField 與 樣板裡面的Button,導致 e.CommandSource寫法不同

因為畫面設計的差異,會讓程式碼的寫法也不同,

如果您混合使用、不明白原因,就會犯下錯誤。

...繼續閱讀 »

[GridView]在 RowCommand事件中,自訂的Button 如何取出某一列(RowIndex) 的索引值#2 -- e.CommandSource

摘要:[GridView]在 RowCommand事件中,自訂的Button 如何取出某一列(RowIndex) 的索引值#2 -- e.CommandSource

GridView的 RowCommand事件
討論 GridViewCommandEventArgs.CommandSource 屬性

...繼續閱讀 »