透過gridview外的button去呼叫gridview裡面的rowcommand的指令 CommandName

https://forums.asp.net/t/1667798.aspx?Possible+to+trigger+RowCommand+event+outside+of+GridView+

davidctwood 發表在 痞客邦 留言(0) 人氣()

@for (var i = 0; i < Model.ItemList.Count; i++)
{ 
<td align="center">
        <input type="radio"  id="@string.Format("radio{0}",i)" />
                                               </td>
}

參考來源 https://stackoverflow.com/questions/21322639/asp-net-mvc-razor-foreach-loop-adding-id-to-div/21322753


davidctwood 發表在 痞客邦 留言(0) 人氣()

這個連結的做法比較看的董

1. 在主板 header加section @ RenderSection(名字)

davidctwood 發表在 痞客邦 留言(0) 人氣()

用法 :

Controller : ViewBag. 動態屬性 => 自己亂取名字就好 不須建物件 ex: ViewBag.Sid = "xxxx" ViewBag.Number = "@@@@"

davidctwood 發表在 痞客邦 留言(0) 人氣()

筆記重點 :

1. 在語言學的定義中,詞(word)是表達意義的最小單位;字(character)是書寫的最小單位。在這篇文章的用詞上會嚴格的區分這兩者。

davidctwood 發表在 痞客邦 留言(0) 人氣()

由後端呼叫 http://jayhsunote.blogspot.tw/2011/11/google-analytics-api-called-by-c.html

google analytics api 最多回傳10k筆資料 若要取出大於10k筆資料可用以下方法 : 

davidctwood 發表在 痞客邦 留言(0) 人氣()

研發聊天機器人分類/應用 : 

1. 客服 bot : 銀行聊天機器人 => 可轉人工, 搭配業務流程設計 腳本型

davidctwood 發表在 痞客邦 留言(0) 人氣()

WHERE Replace(資料庫欄位,' ','')='查詢字串' 

 

davidctwood 發表在 痞客邦 留言(0) 人氣()

問題 : 還原資料庫時 出現" SQL Server 備份還原 - 備份組包含現有的資料庫以外的資料庫備份" 警告視窗

解決方法 : 再還原資料庫視窗中 選擇 "選項" 勾選覆寫現有的資料庫

文章標籤

davidctwood 發表在 痞客邦 留言(0) 人氣()

get 方法 使用複雜型別 (input 非單一參數) https://dotblogs.com.tw/ian/2013/06/02/105171

 

davidctwood 發表在 痞客邦 留言(0) 人氣()