iT邦幫忙

0

Gridview 怎麼RUN後無法顯示

  • 分享至 

  • xImage

紅圈處怎麼無法顯示 , 網上都沒找到答案 , 我的環境是 win10+vistual studio community 2017

https://ithelp.ithome.com.tw/upload/images/20171202/20104326p9DeQCPAYa.png

https://ithelp.ithome.com.tw/upload/images/20171202/201043266Qq6k5I2Os.png

程式碼在這
https://ithelp.ithome.com.tw/upload/images/20171202/2010432601Klhdvjld.png

https://ithelp.ithome.com.tw/upload/images/20171203/20104326dk8AzaArme.jpg

丹尼 iT邦研究生 4 級 ‧ 2017-12-02 15:35:45 檢舉
要從資料庫裡面看 那個本來就不會顯示
alex9453 iT邦新手 2 級 ‧ 2017-12-03 00:03:24 檢舉
謝謝熱心回答 , 不太懂你的意思 , 那要怎樣讓 gridview 顯示 , 書上有顯示出來 , 看最後一張圖
請問資料表的資料是空的嘛
請問資料表的資料是空的嘛
請問資料表的資料是空的嘛
請問資料表的資料是空的嘛
請問資料表的資料是空的嘛
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中
0
bigsocool
iT邦新手 5 級 ‧ 2017-12-04 16:45:55
最佳解答

應該是你資料庫的Table 沒有資料的關係

alex9453 iT邦新手 2 級 ‧ 2017-12-04 22:57:41 檢舉

謝謝,是沒有資料, 我還以為有欄位名 id , name 也會顯示

0
chourain
iT邦新手 5 級 ‧ 2017-12-03 11:03:10

有做
GridView.DataSource = ds;
GridView.DataBind();
的動作嗎??

alex9453 iT邦新手 2 級 ‧ 2017-12-03 20:01:09 檢舉

沒有,這要新增如下按鈕來做嗎?
https://dotblogs.com.tw/jackbgova/2012/06/14/72787

chourain iT邦新手 5 級 ‧ 2017-12-07 21:15:06 檢舉

如果沒有做GridView.DataBind();
資料是不會放到GridView中的
不一定要用buttom 來做 也可以放在page load 中來做

0
sonia
iT邦新手 2 級 ‧ 2017-12-04 13:52:18

沒看到你的SqlDataSource1

我要發表回答

立即登入回答