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????
You can merge two datatable, here is the sample for that.
http://msdn.microsoft.com/en-us/library/system.data.datatable.merge.aspx