掠進出口值試圖抓住從我的查詢值。我得到一個sintax錯誤。 它包含一個圖片名稱mypic.jpg。然後我想在我的頁面上顯示。語法問題,從我的查詢
這就是即時通訊如何正確做到這一點。
display.aspx
<asp:Image ID="Img1" ImageUrl="pathToPicture" runat="server" />
display.aspx.cs
Picture DLtestPicture = new Picture();
DataTable DTTestPicture = DLtestPicture.GetRandomPicture();
String pathToPicture = DTTestPicture.Rows(0).Item("PicLoc").ToString();
謝謝你幫我。我現在解決了它。很多apreciated。 – CsharpBeginner