看板 Web_Design 關於我們 聯絡資訊
我現在要用下拉選單顯示 <asp:DropDownList id="Ship" Width="100px" runat="Server"> <asp:ListItem Text="郵寄" Value="Mail"/> <asp:ListItem Text="快遞" Value="UPS"/> <asp:ListItem Text="自取" Value="Self"/> </asp:DropDownList> 希望選的時候網頁會顯示一個表格 內容就是 郵寄 快遞 自取(看選哪一個) 我用<%Ship.SelectedItem.Text%>的方式 但是卻出現"屬性的存取必須是指定值給屬性或使用屬性值"的錯誤 請問應該怎麼解決 THANKS^^ -- 封條███████████████████ ˍˍˍˍˍˍ ˍˍˍˍ |Google搜尋| |好手氣| 所有網頁  ̄ ̄ ̄ ̄ ̄ ̄  ̄ ̄ ̄ ̄ 1. http://www.deltactn.com/Seal/seals.htm -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.136.53.49
Ageis:這個訊息是問你 到底是要設定值還是抓值 08/14 19:31
ClubT:那麼...如果要抓值要怎麼做 THANKS 08/14 19:46
VZA:labText.Text = Ship.SelectedItem.Text 用Label呈現文字 08/14 20:53
VZA:試試<%Ship.SelectedItem.Text.ToString()%>!這應該是抓值 08/14 20:54
VZA:我沒這麼試過 XD 不確定可不可行 08/14 20:54
ClubT:謝啦^^ 08/15 13:40