<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-4500363753981919783.post5200819864268511706..comments</id><updated>2023-10-03T22:06:50.708+08:00</updated><title type='text'>Comments on Huan-Lin 學習筆記: ASP.NET MVC 4 與 jqGrid 入門實作</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.huanlintalk.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><author><name>Michael Tsai</name><uri>http://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-408015981165748041</id><published>2014-04-28T10:44:08.245+08:00</published><updated>2014-04-28T10:44:08.245+08:00</updated><title type='text'>你好! 感謝解答 後來我查過後 public JsonResult GetCustomers(str...</title><content type='html'>你好! 感謝解答 後來我查過後 public JsonResult GetCustomers(string _search, int? page, int? rows, string sord, string sidx)<br />多兩個參數 並在底下多寫一行 customers = customers.OrderBy(sidx + &quot; &quot; + sord); <br />並在Nuget中載入 System.Linq.Dynamic 並using System.Linq.Dynamic; 後 便可以實現動態排序功能!!</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/408015981165748041'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/408015981165748041'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1398653048245#c408015981165748041' title=''/><author><name>tommy</name><uri>https://www.blogger.com/profile/00784703575130445492</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1246085313"/><gd:extendedProperty name="blogger.displayTime" value="2014/4/28 上午10:44"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-6097230743671431229</id><published>2014-04-25T19:58:54.692+08:00</published><updated>2014-04-25T19:58:54.692+08:00</updated><title type='text'>Hi Tommy,
不好意思,這個範例應該是原本就沒有要示範排序的寫法,所以沒有用到 sord 參數...</title><content type='html'>Hi Tommy,<br />不好意思,這個範例應該是原本就沒有要示範排序的寫法,所以沒有用到 sord 參數喔。</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/6097230743671431229'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/6097230743671431229'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1398427134692#c6097230743671431229' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2014/4/25 晚上7:58"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-3899462668006492062</id><published>2014-04-21T17:02:26.414+08:00</published><updated>2014-04-21T17:02:26.414+08:00</updated><title type='text'>你好! 我已經實做出來了,但發現無法排序 public JsonResult GetCustomer...</title><content type='html'>你好! 我已經實做出來了,但發現無法排序 public JsonResult GetCustomers(string _search, int? page, int? rows, string sord) <br />後來發現 sord 參數似乎沒有用到 是否有遺漏有關排序部分的程式碼 謝謝!!</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/3899462668006492062'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/3899462668006492062'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1398070946414#c3899462668006492062' title=''/><author><name>tommy</name><uri>https://www.blogger.com/profile/00784703575130445492</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1246085313"/><gd:extendedProperty name="blogger.displayTime" value="2014/4/21 下午5:02"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-8027700676750494265</id><published>2014-02-11T23:15:30.220+08:00</published><updated>2014-02-11T23:15:30.220+08:00</updated><title type='text'>Hi Sandy,
我猜可能是 Step 5 的部分出了差錯,導致 jQuery 函式庫沒有載入網頁...</title><content type='html'>Hi Sandy,<br />我猜可能是 Step 5 的部分出了差錯,導致 jQuery 函式庫沒有載入網頁。你可以再檢查一夏 Step 5 有沒有漏掉甚麼,或者在網頁載入之後,用瀏覽器的偵錯功能查看 jQuery 函式庫是否有載入頁面。例如在 Chrome 瀏覽器中頁面載入之後按 F12,然後查看已經載入的 JavaScript 清單,參考畫面截圖: http://tinyurl.com/kzhdzyl</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/8027700676750494265'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/8027700676750494265'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1392131730220#c8027700676750494265' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2014/2/11 晚上11:15"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-9203452315043388146</id><published>2014-02-11T16:49:38.281+08:00</published><updated>2014-02-11T16:49:38.281+08:00</updated><title type='text'>請問一下,我是新手,按照您以上的步驟,發現了以下的問題, 會是那裡有問題呀? Thanks!
未處理...</title><content type='html'>請問一下,我是新手,按照您以上的步驟,發現了以下的問題, 會是那裡有問題呀? Thanks!<br />未處理的例外狀況 位於行 17,欄 5 在 http://localhost:51421/Home/JQGrid 中<br />0x800a138f - JavaScript 執行階段錯誤: 屬性 &#39;jQuery&#39; 的值為 null 或未經定義,且不是 Function 物件</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/9203452315043388146'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/9203452315043388146'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1392108578281#c9203452315043388146' title=''/><author><name>Anonymous</name><uri>https://www.blogger.com/profile/13015017234401219500</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1923747121"/><gd:extendedProperty name="blogger.displayTime" value="2014/2/11 下午4:49"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-5027488367191098690</id><published>2013-08-02T12:57:17.834+08:00</published><updated>2013-08-02T12:57:17.834+08:00</updated><title type='text'>int? 等於 Nullable&lt;int&gt;。以 GetCustomer 方法為例,前端可...</title><content type='html'>int? 等於 Nullable&lt;int&gt;。以 GetCustomer 方法為例,前端可以不指定 page 或 rows 參數。<br />參考:http://msdn.microsoft.com/zh-tw/library/2cf62fcy.aspx</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/5027488367191098690'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/5027488367191098690'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1375419437834#c5027488367191098690' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2013/8/2 中午12:57"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-5316320755852245124</id><published>2013-08-02T12:52:53.917+08:00</published><updated>2013-08-02T12:52:53.917+08:00</updated><title type='text'>版主你好
謝了你快速回函,已實作出來結果展示了,但一直弄不清楚下列函式中之int?為何須加上&quo...</title><content type='html'>版主你好<br />謝了你快速回函,已實作出來結果展示了,但一直弄不清楚下列函式中之int?為何須加上&quot;?&quot;標記,有何意義嗎(試著去除卻無法編譯成功),是為相容32及64位元之故嗎<br />public JsonResult GetCustomers(string _search, int? page, int? rows, string sord)</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/5316320755852245124'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/5316320755852245124'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1375419173917#c5316320755852245124' title=''/><link rel='related' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/766368076809732348'/><author><name>Nason</name><uri>https://www.blogger.com/profile/06162672427715589453</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1507157789"/><gd:extendedProperty name="blogger.displayTime" value="2013/8/2 中午12:52"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-766368076809732348</id><published>2013-08-02T10:14:19.576+08:00</published><updated>2013-08-02T10:14:19.576+08:00</updated><title type='text'>Hi! 我用的抓圖工具是 Snagit,可作出鋸齒狀(撕紙)效果。您提到其他進階技巧的文章,我只能說...</title><content type='html'>Hi! 我用的抓圖工具是 Snagit,可作出鋸齒狀(撕紙)效果。您提到其他進階技巧的文章,我只能說盡量找時間寫喔! (最近實在挺忙,又有好多文章打算要寫卻還沒完成)</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/766368076809732348'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/766368076809732348'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1375409659576#c766368076809732348' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2013/8/2 上午10:14"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-800373562439558941</id><published>2013-08-02T09:58:57.214+08:00</published><updated>2013-08-02T09:58:57.214+08:00</updated><title type='text'></title><content type='html'>作者已經移除這則留言。</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/800373562439558941'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/800373562439558941'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1375408737214#c800373562439558941' title=''/><author><name>Nason</name><uri>https://www.blogger.com/profile/06162672427715589453</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name='blogger.contentRemoved' value='true'/><gd:extendedProperty name="blogger.itemClass" value="pid-1507157789"/><gd:extendedProperty name="blogger.displayTime" value="2013/8/2 上午9:58"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-8694297284196971911</id><published>2013-08-01T19:25:20.853+08:00</published><updated>2013-08-01T19:25:20.853+08:00</updated><title type='text'>Hi 索尼.NET,
總是有其他東西要弄,時間很難確定哩!</title><content type='html'>Hi 索尼.NET,<br />總是有其他東西要弄,時間很難確定哩!</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/8694297284196971911'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/8694297284196971911'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1375356320853#c8694297284196971911' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2013/8/1 晚上7:25"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-7441323341036719313</id><published>2013-08-01T17:27:13.159+08:00</published><updated>2013-08-01T17:27:13.159+08:00</updated><title type='text'>Dear Huanlin 大大,

很期待您的 jqGrid + CRUD 的文章, 不知您 什麼時...</title><content type='html'>Dear Huanlin 大大,<br /><br />很期待您的 jqGrid + CRUD 的文章, 不知您 什麼時候有空 實作呢?</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7441323341036719313'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7441323341036719313'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1375349233159#c7441323341036719313' title=''/><author><name>索尼搭內特</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1283929094"/><gd:extendedProperty name="blogger.displayTime" value="2013/8/1 下午5:27"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-3524170197948538688</id><published>2013-07-23T11:02:00.841+08:00</published><updated>2013-07-23T11:02:00.841+08:00</updated><title type='text'>Hi 烏魚子,
文中的「問題排除」小節有提到檢查網頁是否有正確引用必要的 .js 檔案,這部分有檢查...</title><content type='html'>Hi 烏魚子,<br />文中的「問題排除」小節有提到檢查網頁是否有正確引用必要的 .js 檔案,這部分有檢查過嗎?我也更新了本文,增加一些注意事項,以及完整範例原始碼下載的連結。</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/3524170197948538688'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/3524170197948538688'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1374548520841#c3524170197948538688' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2013/7/23 上午11:02"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-7864357424049695124</id><published>2013-07-10T18:11:50.661+08:00</published><updated>2013-07-10T18:11:50.661+08:00</updated><title type='text'>您好,
我做完後沒有資料顯示,
只有
JQGrid
Create New
這兩行

網址輸入 htt...</title><content type='html'>您好,<br />我做完後沒有資料顯示,<br />只有<br />JQGrid<br />Create New<br />這兩行<br /><br />網址輸入 http://主機名稱/Home/GetCustomers?_search=&amp;page=1&amp;rows=10&amp;sord=desc <br />是有資料的<br />步驟七的程式碼也有加入HomeController 類別中<br /><br />請問是哪裡出了問題呢? 謝謝</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7864357424049695124'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7864357424049695124'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1373451110661#c7864357424049695124' title=''/><author><name>Janet</name><uri>https://www.blogger.com/profile/11633100480213668490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-714277767"/><gd:extendedProperty name="blogger.displayTime" value="2013/7/10 下午6:11"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-7321593333946953474</id><published>2013-04-17T14:29:20.698+08:00</published><updated>2013-04-17T14:29:20.698+08:00</updated><title type='text'>啊! 多謝指正。已經改好囉!</title><content type='html'>啊! 多謝指正。已經改好囉!</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7321593333946953474'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7321593333946953474'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1366180160698#c7321593333946953474' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2013/4/17 下午2:29"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-714007737713065411</id><published>2013-04-17T14:01:05.153+08:00</published><updated>2013-04-17T14:01:05.153+08:00</updated><title type='text'>你好
第7步驟的
int pageNum = age.HasValue? page.Value : ...</title><content type='html'>你好<br />第7步驟的<br />int pageNum = age.HasValue? page.Value : 1; <br />應修改成<br />int pageNum = page.HasValue? page.Value : 1; <br /> </content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/714007737713065411'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/714007737713065411'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1366178465153#c714007737713065411' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1283929094"/><gd:extendedProperty name="blogger.displayTime" value="2013/4/17 下午2:01"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-7899528071215301236</id><published>2013-02-21T09:12:01.134+08:00</published><updated>2013-02-21T09:12:01.134+08:00</updated><title type='text'>你的 HomeController 有提供對應的 JQgrid 動作方法嗎?資訊不太夠,不太好判斷。...</title><content type='html'>你的 HomeController 有提供對應的 JQgrid 動作方法嗎?資訊不太夠,不太好判斷。有個方法是從頭再實作一遍,每一個小步驟做好都先 run 一遍確認無誤再做下一步。</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7899528071215301236'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/7899528071215301236'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1361409121134#c7899528071215301236' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2013/2/21 上午9:12"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-8128695233602053975</id><published>2013-02-20T00:54:21.205+08:00</published><updated>2013-02-20T00:54:21.205+08:00</updated><title type='text'>大大您好
當兵中想說找些MVC範例來實作練習
順道回想一些作法跟觀念

我在實作此範例時發生個問題
...</title><content type='html'>大大您好<br />當兵中想說找些MVC範例來實作練習<br />順道回想一些作法跟觀念<br /><br />我在實作此範例時發生個問題<br /><br />我看GetCustomers的部份資料格式是對的<br /><br />我輸入localhost/Home/JQgrid<br /><br />但他一直給我HTTP 404的回覆<br /><br />只有Create的頁面是正常 其它像Edit, Delete 都一樣的問題<br /><br />請問大大知道是哪邊出問題嗎</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/8128695233602053975'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/5200819864268511706/comments/default/8128695233602053975'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html?showComment=1361292861205#c8128695233602053975' title=''/><author><name>TimoYan</name><uri>https://www.blogger.com/profile/07176931520112015982</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2012/12/aspnet-mvc-4-with-jqgrid-step-by-step.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-5200819864268511706' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/5200819864268511706' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1066091109"/><gd:extendedProperty name="blogger.displayTime" value="2013/2/20 凌晨12:54"/></entry></feed>