// SqlDataSource からテーブルを選択する DataView view = this.SqlDataSource1.Select(DataSourceSelectArguments.Empty) as DataView; DataTable table = view.Table;
asp:SqlDataSource to DataSet Items
http://stackoverflow.com/questions/1035714/aspsqldatasource-to-dataset-items
0 件のコメント:
コメントを投稿