问题描述
如何把数据库中数据直接绑定到表格,不是使用GrideView,DataList等控件就像这样:<tablecellpadding="0"cellspacing="0"width="94%"border="1"style="height:56px"><%DataSQLdsql=newDataSQL();stringstrcmd="selectID,Name,OutPrice,PicpathfromFlowerDetails";System.Data.DataSetds=dsql.createDataSet(strcmd);%><tr><td><asp:LabelID="Label1"runat="server"Text='<%=ds.Tables[0].Rows[0][1].ToString().Trim()%>'Width="99px"Height="5px"></asp:Label></td></tr></table>可是Label上并没有显示ds.Tables[0].Rows[0][1]里的数据。有没有人知道这到底到怎么写啊,真的感激不尽啊!
时间: 2024-10-24 23:10:07