我是一個新手在.net和即時嘗試創建一個簡單的網站。如何檢索和顯示數據從SQL到Aspx webform
我有這個文本框是多行,並已固定寬度和高度。
<asp:TextBox ID="TextBox1" runat="server" Height="168px" TextMode="MultiLine"
Width="303px"></asp:TextBox>
我也創建一個web.config連接到我的SQL數據庫:
<connectionStrings>
<add name="TDBSConnectionString" connectionString="Data Source=local;Initial Catalog=IBSI;Persist Security Info=True;User ID=sa;Password=1"
providerName="System.Data.SqlClient" />
我怎樣才能從我的數據庫中檢索數據並顯示上述內容到文本框中。 我使用多行,因爲數據不止一個。
你嘗試過什麼...... HTTP://mattgemmell.com/2008/12/08/what-有你試過/ – 2012-03-14 05:26:25