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

Posted by Ranjana on Stack Overflow See other posts from Stack Overflow or by Ranjana
Published on 2010-05-24T06:03:21Z Indexed on 2010/05/24 6:11 UTC
Read the original article Hit count: 342

Filed under:
|
|
|

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 details. how to show all these in one datatable to get those values display in gridview(asp.net)

any idea????

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET