studentPhone
次のようなテーブルがあります。
phone studentID
2345678 1
0562436720 1
2254754 2
0546218611 2
sqlDataSource 選択クエリを使用して gridView にデータを表示したい:
SELECT phone, studentID FROM studentPhone WHERE (studentID IN (1))
ただし、gridView には、指定された の firstPhone のみが表示されますstudentID
。特定のIDのすべての電話を表示するにはどうすれば解決できますか?