Beginning ASP.NET 2.0 and Databases学习笔记(2)
采集日期:2008-4-25作者:_NET2004(注:本数据由系统自动采集,内容与BHCODE无关)
<asp:SqlDataSource ID="MySourceControlName" Runat="server"AttachDbFileName=|DataDirectory|\MyDataFileName.mdf;</asp:SqlDataSource><asp:SqlDataSource ID="SqlDataSource1" runat="server"AttachDbFilename=|DataDirectory|\Northwind.mdf;SelectCommand="SELECT [ProductID], [ProductName], [UnitPrice]<asp:BoundField DataField="ProductID" HeaderText="ProductID"<asp:BoundField DataField="ProductName"<asp:BoundFiel