how to join two datatable datas into one datatable to show in one gridview in asp.net

后端 未结 4 1555
感情败类
感情败类 2020-12-11 05:55

how to join two datatable datas into one datatable to show in one gridview

i.e in 1 datatable i have username and pwd and in another datatable i have that user detai

4条回答
  •  独厮守ぢ
    2020-12-11 06:21

    What you need is a join on the tables before reading them into a DataTable: SQL Joins

提交回复
热议问题