{"id":1386,"date":"2010-11-19T06:33:49","date_gmt":"2010-11-19T06:33:49","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=1386"},"modified":"2010-11-19T06:33:49","modified_gmt":"2010-11-19T06:33:49","slug":"datasource%e5%8f%af%e8%8e%b7%e5%be%97%e7%9a%84%e6%95%b0%e6%8d%ae%e6%ba%90","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2010\/11\/19\/datasource%e5%8f%af%e8%8e%b7%e5%be%97%e7%9a%84%e6%95%b0%e6%8d%ae%e6%ba%90\/","title":{"rendered":"DataSource\u53ef\u83b7\u5f97\u7684\u6570\u636e\u6e90"},"content":{"rendered":"<pre lang=\"csharp\">\r\nDataSource\u5bf9\u4e0b\u5217\u6570\u636e\u6e90\u6709\u6548\r\n\r\n    * DataTable\r\n    * DataView\r\n    * DataSet\r\n    * DataViewManager\r\n    * \u4efb\u4f55\u5b9e\u73b0 IListSource \u63a5\u53e3\u7684\u7ec4\u4ef6 \r\n    * \u4efb\u4f55\u5b9e\u73b0 IList \u63a5\u53e3\u7684\u7ec4\u4ef6\uff1a\u53ef\u5229\u7528\u6b64\u7279\u6027\u8fdb\u884c\u6bcf\u6761\u8bb0\u5f55\u6570\u636e\u7684\u5bf9\u8c61\u5c01\u88c5\r\n\r\n\u5982\uff1a list.Add(new Product {id = 1, name = \"Melon\", price = 12});\r\n        list.Add(new Product {id = 2,name = \"Pear\", price = 13});\r\n        list.Add(new Product {id = 3,name = \"Milk\", price = 14});\r\n        list.Add(new Product {id = 4,name = \"Coca Cola\", price = 15});\r\n        list.Add(new Product {id = 5,name = \"Pepsi Cola\", price = 16});\r\n        gv.DataSource = list;\r\n        gv.DataBind();\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>DataSource\u5bf9\u4e0b\u5217\u6570\u636e\u6e90\u6709\u6548 * DataTable * DataView * DataSet * D [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-1386","post","type-post","status-publish","format-standard","hentry","category-aspdotnet"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/1386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/comments?post=1386"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/1386\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=1386"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=1386"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=1386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}