New Ribbon
用Canva設計超快超質感(第2版):商業設計、簡報、影片、網頁、電子書與AI應用最速技 AI繪圖工具 × AI視覺設計平台,從圖像生成到專業設計! 最強職場助攻!ChatGPT + AI 高效工作術 短影音制霸:打造TikTok、YT Shorts、IG Reels成功方程式與AI高效創作力 Canva+AI創意設計與品牌應用250招:從商業技巧、社群祕技到AI圖文影音特效 快快樂樂學威力導演2024.影音剪輯與AI精彩創作 Power Automate自動化超效率工作術 Midjourney AI圖像魔導書:搭配ChatGPT魔法加倍 超人氣FB+IG+LINE社群經營與行銷力(第二版) 翻倍效率工作術:不會就太可惜的 Excel × ChatGPT 自動化應用 AppInventor2零基礎入門班中文版(第六版) Python零基礎入門班(第四版) C語言學習聖經 用Canva設計超快超質感:平面、網頁、電子書、簡報、影片製作與AI繪圖最速技 PHP8/MySQL網頁程式設計自學聖經 翻倍效率工作術 - 不會就太可惜的Power BI大數據視覺圖表設計與分析(第三版) 社群經營一定要會的影音剪輯與動畫製作術 Notion高效管理250招:筆記×資料庫×團隊協作,數位生活與工作最佳幫手 Office 2021高效實用範例必修16課(附500分鐘影音教學/範例檔) Excel自學聖經(第二版):從完整入門到職場活用的技巧與實例大全

 

  更改值從資料庫傳不出來

阿晟

阿晟
更新時間:2007/6/1 下午 08:46:33

 

我做了下拉式選單然後按下送出0~5,可是有送出來星星圖層以及下拉式選單改變~可是不知道為什麼顯示我評價的資料庫數值始終不會改變耶...但是星星圖層跟下拉式選單選項會變可以幫我解決一下嘛>"<照理來說我選擇下拉式選單以及按下送出那個畫面因該要秀出星星圖層~下拉式選單改變~評價欄位數字的改變才對...

<formrunat='server'name='form1'method='POST'>
     評價
     <asp:TextBoxID="TextBox1"text='<%#DataSet1.FieldValue("book_appraisal",Container)%>'AutoPostBack="true"runat="server"/>   (這一段的評價數值都不會改變why)
     :
     <asp:DropDownListID="select" DataTextField="book_appraisal"
DataValueField="book_appraisal"runat="server">
       <asp:ListItem Value="0">0</asp:ListItem>
       <asp:ListItem Value="1">1顆星</asp:ListItem>
       <asp:ListItem Value="2">2顆星</asp:ListItem>
       <asp:ListItem Value="3">3顆星</asp:ListItem>
       <asp:ListItem Value="4">4顆星</asp:ListItem>
       <asp:ListItem Value="5">5顆星</asp:ListItem>
     </asp:DropDownList>
<asp:ButtonID="Button1"Text='送出'runat="server"/>
     <inputtype="hidden"name="MM_update"value="form1"/>
  
   </form>
       <%ifrequest("select")="1"then%>
       <divid="Layer4"><imgsrc="stars_5.gif"width="23"height="22" /></div>
     <%endif%>
       <%IFrequest("select")="2"then%>
       <divid="Layer2"><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/></div>
     <%endif%>
       <%IFrequest("select")="3" then%>
       <divid="Layer4"><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/></div>
     <%endif%>
       <%IFrequest("select")="4" then%>
       <divid="Layer4"><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/></div>
     <%endif%>
       <%IFrequest("select")="5" then%>
       <divid="Layer5"><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/><imgsrc="stars_5.gif"width="23"height="22"/></div>
     <%endIF%>
    




 

 

Re:更改值從資料庫傳不出來

請輸入姓名。

已超出字元數目的最大值。


請輸入電子郵件。

格式無效。


請輸入內容。